branch: elpa/mastodon
commit 8f548d1738ebb2e106db24ea26b4ace4aaaf539e
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
notif sb posted: use bell icon.
---
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 b0932fe2dc5..141be4367d2 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -172,7 +172,7 @@ nil."
(direct . ("✉" . "[direct]"))
(edited . ("✍" . "[edited]"))
(update . ("✍" . "[edited]")) ;; server compat
- (status . ("✍" . "[posted]"))
+ (status . ("🔔" . "[posted]"))
(replied . ("⬇" . "↓"))
(reply-bar . ("┃" . "|"))
(poll . ("📊" . "[poll]"))