aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index d955a5e..8a600d4 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -590,6 +590,7 @@ LETTER is a string, F for favourited, B for boosted, or K for bookmarked."
"bookmarked"))))
(format "(%s) "
(propertize letter 'face 'mastodon-boost-fave-face
+ ;; emojify breaks this for 🔖:
'help-echo (format "You have %s this status."
help-string)))))