From bf01cb7caae67dae36382e0489bc53d56c2172d7 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 16 Oct 2024 18:27:12 +0200 Subject: bylines: fix visibility icon position --- lisp/mastodon-tl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index fa48414..42ed5c5 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -829,6 +829,8 @@ BASE-TOOT is JSON for the base toot, if any." (concat ;; NB: action-byline (boost) is now added in insert-status, so no ;; longer part of the byline. + ;; (base) author byline: + (funcall author-byline toot nil domain :base account) ;; visibility: (cond ((string= visibility "direct") (propertize (concat " " (mastodon-tl--symbol 'direct)) @@ -836,8 +838,6 @@ BASE-TOOT is JSON for the base toot, if any." ((string= visibility "private") (propertize (concat " " (mastodon-tl--symbol 'private)) 'help-echo visibility))) - ;; (base) author byline: - (funcall author-byline toot nil domain :base account) " " ;; timestamp: (let ((ts (format-time-string -- cgit v1.2.3