diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 09:30:23 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 09:30:40 +0100 |
commit | 5b1d2d1e5e47000f7a70b510bd8ba74c5dd95de0 (patch) | |
tree | 274ae6e45c5786611eba36e02652deeb9d1c72ca /lisp/mastodon-tl.el | |
parent | 98c8c3d5c066da085ac540994cc6f8cb1b682a71 (diff) |
add verified tick symbol
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 5eb52e3..5178a25 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -159,7 +159,7 @@ nil." (favourite . ("⭐" . "F")) (bookmark . ("🔖" . "K")) (media . ("📹" . "[media]")) - (verified . ("" . "V")) + (verified . ("✓" . "V")) (locked . ("🔒" . "[locked]")) (private . ("🔒" . "[followers]")) (direct . ("✉" . "[direct]")) |