diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-16 13:58:49 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-16 13:58:49 +0200 |
commit | 934024173c05678610ac26ba86730e93f9475ea7 (patch) | |
tree | 1189ceada030d9ed2da9fccb741f7036476cfd6e /lisp/mastodon-tl.el | |
parent | f53d252a27fc451bd41c8fb6fe2049695b9bedc0 (diff) |
notifs: byline funcall dostrings
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index f6460e1..6c90b58 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -766,7 +766,7 @@ AUTHOR-BYLINE is a function for adding the author portion of the byline that takes one variable. ACTION-BYLINE is a function for adding an action, such as boosting, favouriting and following to the byline. It also takes a single function. -By default it is `mastodon-tl--byline-boosted'. +By default it is `mastodon-tl--byline-author' DETAILED-P means display more detailed info. For now this just means displaying toot client. When DOMAIN, force inclusion of user's domain in their handle. @@ -1625,7 +1625,7 @@ portion of the byline that takes one variable. By default it is ACTION-BYLINE is also an optional function for adding an action, such as boosting favouriting and following to the byline. It also takes a single function. By default it is -`mastodon-tl--byline-boosted'. +`mastodon-tl--byline-boost'. ID is that of the status if it is a notification, which is attached as a `item-id' property if provided. If the status is a favourite or boost notification, BASE-TOOT is the |