emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 6f9cb5c18f 36/50: add mention symbol


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 6f9cb5c18f 36/50: add mention symbol
Date: Sat, 2 Nov 2024 13:00:56 -0400 (EDT)

branch: elpa/mastodon
commit 6f9cb5c18f145f9b410812e967a2a018610860c9
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>

    add mention symbol
---
 lisp/mastodon-tl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index b5dfa2bae2..625b11bc61 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -163,6 +163,7 @@ nil."
     (verified        . ("✓" . "V"))
     (locked          . ("🔒" . "[locked]"))
     (private         . ("🔒" . "[followers]"))
+    (mention         . ("@"  . "[mention]"))
     (direct          . ("✉" . "[direct]"))
     (edited          . ("✍" . "[edited]"))
     (update          . ("✍" . "[edited]")) ;; server compat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]