aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-30 19:25:19 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-30 19:25:36 +0100
commit411e9f22e0f770b8a416ea587dc8be0260ca4d91 (patch)
tree8f4a7cd4d07d7d28152f5c46758efd7ec71c9dd0 /lisp/mastodon-notifications.el
parent2b281fcc49957fc779c0bff0a1807c4beb2ef376 (diff)
grouped notifs: top byline create with account data, not toot. #612 half fixed.
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 23bd1fa..d9f7114 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -442,7 +442,7 @@ When DOMAIN, force inclusion of user's domain in their handle."
(mastodon-tl--image-trans-check))
(mastodon-media--get-avatar-rendering .avatar))
(let ((uname (mastodon-tl--display-or-uname account)))
- (mastodon-tl--byline-handle toot nil
+ (mastodon-tl--byline-handle account nil
uname 'mastodon-display-name-face))
", ")))
nil ", ")