aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 15:49:11 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 15:49:11 +0100
commitfeaa4d34a30da292e9a7f61187449252b4932171 (patch)
treebb7f409f12f7598a08d1ede0b1fa521d6074fa9e /lisp
parentd0c7a2f330bb5ef22eb9956255e2fb4c171e7e59 (diff)
speculatively fix byline tests
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
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)))))