diff options
| author | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 21:06:41 +0200 | 
|---|---|---|
| committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 21:06:41 +0200 | 
| commit | be46982de5a59bfa0da674953079c72d71153395 (patch) | |
| tree | 34db9d141352fb71f82e167e4e51d6ff604f4547 | |
| parent | e8787743b5ba661927b00bef37fe4cdf08429a97 (diff) | |
notifs : remove stale id arg
| -rw-r--r-- | lisp/mastodon-notifications.el | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 7d85200..6b63c3e 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -279,7 +279,6 @@ ACCOUNTS is data of the accounts that have reacted to the notification."             ;; action symbol:             (unless (eq type-sym 'mention)               (mastodon-tl--symbol type-sym)) -           .status_id             ;; base toot (no need for update/poll/?)             (when (member type-sym '(favourite reblog))               status) @@ -289,7 +288,7 @@ ACCOUNTS is data of the accounts that have reacted to the notification."  ;; we could probably cull a lot of the code so its just for notifs  (defun mastodon-notifications--insert-note      (toot body author-byline action-byline action-authors action-symbol -          &optional id base-toot unfolded group accounts) +          &optional base-toot unfolded group accounts)    "Display the content and byline of timeline element TOOT.  BODY will form the section of the toot above the byline.  AUTHOR-BYLINE is an optional function for adding the author  | 
