diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 15:49:11 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 15:49:11 +0100 |
commit | feaa4d34a30da292e9a7f61187449252b4932171 (patch) | |
tree | bb7f409f12f7598a08d1ede0b1fa521d6074fa9e | |
parent | d0c7a2f330bb5ef22eb9956255e2fb4c171e7e59 (diff) |
speculatively fix byline tests
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index efb6612..0abf996 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -499,7 +499,7 @@ The result is added as an attachments property to author-byline." (let ((reblog (alist-get 'reblog toot))) (when reblog (concat - "\n " + "\n " (propertize "Boosted" 'face 'mastodon-boosted-face) " " (mastodon-tl--byline-author reblog))))) |