diff options
author | mousebot <mousebot@riseup.net> | 2021-10-26 11:49:52 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-26 11:49:52 +0200 |
commit | b0d78e394ac70487d38257838d9b57b0677923f4 (patch) | |
tree | 73075ba75550831836fe524e65cda580a99ce020 /lisp | |
parent | f6d3b20540600892e30415c79dad23ae088140b9 (diff) |
switch followers-only and direct message icons to match web layout
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 4d30f51..9bbc44f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -406,11 +406,11 @@ By default it is `mastodon-tl--byline-boosted'" (funcall author-byline toot) (cond ((equal visibility "direct") (if (fontp (char-displayable-p #10r128274)) - " 🔒" + " ✉" " [direct]")) ((equal visibility "private") (if (fontp (char-displayable-p #10r9993)) - " ✉" + " 🔒" " [followers]"))) (funcall action-byline toot) " " |