diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 11:31:20 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 11:37:32 +0100 |
commit | 0bee7050dd608c33b599434e17ce9229ce8ea3a0 (patch) | |
tree | 741bc7ce77142a1d9fe786b54d3babf5085845a2 /lisp/mastodon-tl.el | |
parent | 217af69c12d4472d308e2aec6cdd78045d70d97b (diff) |
always use mastodon-tl--symbol
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index aa34c2e..fc3dc2e 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -697,9 +697,9 @@ this just means displaying toot client." 'keymap mastodon-tl--shr-map-replacement))))) (if edited-time (concat - (if (fontp (char-displayable-p #10r128274)) - " ✍ " - " [edited] ") + " " + (mastodon-tl--symbol 'edited) + " " (propertize (format-time-string mastodon-toot-timestamp-format edited-parsed) |