From 7dca8a210a1802fb9068a4951d9c0e851738d1c1 Mon Sep 17 00:00:00 2001 From: mousebot Date: Wed, 19 May 2021 12:02:32 +0200 Subject: fix propertizing of "B" for boost in byline --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index e186bd5..4e0c031 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -369,7 +369,7 @@ it is `mastodon-tl--byline-boosted'" (propertize (concat (when boosted (format "(%s) " - (propertize "B" 'face 'mastodon-boost-face))) + (propertize "B" 'face 'mastodon-boost-fave-face))) (when faved (format "(%s) " (propertize "F" 'face 'mastodon-boost-fave-face))) -- cgit v1.2.3