aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-02 18:21:06 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-02 18:21:06 +0200
commit2977abb1e13fc8a367f2e5a7bc1493a107803bc8 (patch)
treed4a4eba26ae6cd9504ca965f984d24cc80a8bd93 /lisp/mastodon-tl.el
parent254402b0d3109556eee0c50e8eb1a98cf6eeaee8 (diff)
tl: use mastodon-toot--base-toot-or-item-json
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 941fe50..a3cbd60 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2464,8 +2464,7 @@ ARGS is an alist of any parameters to send with the request."
(defun mastodon-tl--get-tags-list ()
"Return the list of tags of the toot at point."
- (let* ((toot (or (mastodon-tl--property 'base-toot :no-move) ; fave/boost notifs
- (mastodon-tl--property 'item-json :no-move)))
+ (let* ((toot (mastodon-toot--base-toot-or-item-json))
(tags (mastodon-tl--field 'tags toot)))
(mastodon-tl--map-alist 'name tags)))