aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-05-26 15:50:28 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-05-26 15:50:28 +0200
commit507d26000303cab1531c3cf9713a9580062e0c4e (patch)
tree53f5a8dc65ebb8ab66f756155a9d697e8f251ab5 /lisp/mastodon-notifications.el
parent47304c953bd47faa1eb7fc5cd0449ac448a63bbb (diff)
force display of instance in handle for remote local timelines.
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 c52c96a..31c5518 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -237,7 +237,7 @@ Status notifications are given when
(equal type 'follow-request)
(equal type 'mention))
'mastodon-tl--byline-author
- (lambda (_status)
+ (lambda (_status &rest args) ; unbreak stuff
(mastodon-tl--byline-author note)))
;; action-byline
(lambda (_status)