diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-20 16:25:08 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-20 16:25:08 +0200 |
commit | 53107deb0eb937c770f5a4a8adcb853c3eb9e00a (patch) | |
tree | 10f7c54524304b24d971af2b0aeb170d508ddc56 /lisp | |
parent | bdf8f50edb3e44401657f8851b3ecef0ce3f0f1c (diff) |
tl--byline: add bookmarked-p prop
Diffstat (limited to 'lisp')
-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 de08971..4b3f3c9 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -577,6 +577,7 @@ By default it is `mastodon-tl--byline-boosted'" (propertize "\n ------------\n" 'face 'default)) 'favourited-p faved 'boosted-p boosted + 'bookmarked-p bookmarked 'byline t)))) (defun mastodon-tl--format-faved-or-boosted-byline (letter) |