diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-26 21:36:06 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-26 21:36:06 +0200 |
commit | 2ca303daac75f8987aea849145994c7fbec00560 (patch) | |
tree | e12d314a4194b5ce2d515e183a221a53d0c235f0 /lisp/mastodon-notifications.el | |
parent | e2071dc3d2bd5540c25f531988a8dd7e714f63cb (diff) | |
parent | 7d0f2075dd45a63e2a686631cd3cd3dc5dbd5dd7 (diff) |
Merge branch 'remote-local' into develop
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
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) |