emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 411e9f22e0 14/50: grouped notifs: top byline crea


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 411e9f22e0 14/50: grouped notifs: top byline create with account data, not toot. #612 half fixed.
Date: Sat, 2 Nov 2024 13:00:52 -0400 (EDT)

branch: elpa/mastodon
commit 411e9f22e0f770b8a416ea587dc8be0260ca4d91
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>

    grouped notifs: top byline create with account data, not toot. #612 half 
fixed.
---
 lisp/mastodon-notifications.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 23bd1fa38f..d9f7114a52 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 ", ")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]