diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-06-24 15:15:41 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-06-24 15:15:41 +0200 |
commit | c14891151345abc20efb5669bbe209604c57450e (patch) | |
tree | 1205a3164b873be16fcc4cf1e253075facd3ff96 /lisp/mastodon-notifications.el | |
parent | 40971e1f1f5ccc523f40a37c9779e2680e2a9945 (diff) | |
parent | 66b14285e428207a60bfa18cc1464c1087713258 (diff) |
Merge branch '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 c26d0b0..5806893 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -261,7 +261,7 @@ Status notifications are given when (equal type 'follow-request) (equal type 'mention)) 'mastodon-tl--byline-author - (lambda (_status &rest args) ; unbreak stuff + (lambda (_status &rest _args) ; unbreak stuff (mastodon-tl--byline-author note))) ;; action-byline (lambda (_status) |