From 6975a22a1c3b403b5aa86bb7a375220b6b0f9fea Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 19 Oct 2024 12:10:04 +0200 Subject: bylines: try out booster byline as top byline (like notifs) --- lisp/mastodon-tl.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-tl.el') 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 -- cgit v1.2.3