diff options
| author | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 10:04:52 +0200 | 
|---|---|---|
| committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 10:04:52 +0200 | 
| commit | 8b4d1cbf0727879e5cbeb2f8af985cea1683c771 (patch) | |
| tree | d79aaed577a3cc3e1b393e7e98db74843bd90750 | |
| parent | f77c3b6334362c4bb7f8b41eb0a542eef2d19b64 (diff) | |
no byline prop for card author
| -rw-r--r-- | lisp/mastodon-tl.el | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index c4abbf0..b32fe70 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -917,7 +917,6 @@ links in the text. If TOOT is nil no parsing occurs."        (concat         (propertize .username                     'face 'mastodon-display-name-face -                   'byline t                     'item-type 'user                     'item-id .id)         " "  | 
