aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-19 12:10:04 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-19 12:40:00 +0200
commit6975a22a1c3b403b5aa86bb7a375220b6b0f9fea (patch)
treec593bffaf28fe6d046b81b040b6c35c14b9ae069
parentce4c59c4328b7050bd9e0844980ce9c8f91a7f82 (diff)
bylines: try out booster byline as top byline (like notifs)
-rw-r--r--lisp/mastodon-tl.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 50d623a..7d333e4 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1686,6 +1686,7 @@ NO-BYLINE means just insert toot body, used for folding."
(propertize ;; body only:
(concat
"\n"
+ (funcall action-byline toot)
;; relpy symbol:
(when (and after-reply-status-p thread)
(concat (mastodon-tl--symbol 'replied)
@@ -1705,9 +1706,8 @@ NO-BYLINE means just insert toot body, used for folding."
"\n"
(if no-byline
""
- (concat (funcall action-byline toot)
- (mastodon-tl--byline toot author-byline detailed-p
- domain base-toot group))))
+ (mastodon-tl--byline toot author-byline detailed-p
+ domain base-toot group)))
'item-type 'toot
'item-id (or id ; notification's own id
(alist-get 'id toot)) ; toot id