diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-11-01 16:56:43 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-11-01 16:56:43 +0100 |
commit | 6f9cb5c18f145f9b410812e967a2a018610860c9 (patch) | |
tree | 3b66cb0dbb0c572621a0b0020f8d6eb85eee7f6c /lisp/mastodon-tl.el | |
parent | 3ec8a8386b63e00042482bd52be74d48dc160f8a (diff) |
add mention symbol
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index b5dfa2b..625b11b 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 |