diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 22:25:40 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 22:25:40 +0100 |
commit | 271308160538a2631869f3bb61e0dfdede2ad4d3 (patch) | |
tree | e2b3569e80ebe1b51d1162306e1d338274889d82 /lisp/mastodon-notifications.el | |
parent | 27e438a2a4bbd2ee35cb70c382980216e6710866 (diff) |
notifs: byline-accounts: remove toot arg
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index c27ffef..384241d 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -414,8 +414,8 @@ TYPE is notification type, used for non-group notifs." ;; almost everything is .account.field anyway ;; but toot still needed also, for attachments, etc. (defun mastodon-notifications--byline-accounts - (accounts toot group &optional avatar) - "Propertize author byline ACCOUNTS for TOOT, the item responded to. + (accounts group &optional avatar) + "Propertize author byline ACCOUNTS. GROUP is the group notification data. When AVATAR, include the account's avatar image. When DOMAIN, force inclusion of user's domain in their handle." |