diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 20:45:06 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 20:45:06 +0200 |
commit | 61e85a022c573193afa97d11798ed0553f2364d4 (patch) | |
tree | 935d78f226f12d75f1e9834727ed25692566baac /lisp/mastodon-notifications.el | |
parent | 4653bdadfcd9a5487e8d1b01c8186a0458578f9f (diff) |
add some more symbols, for notifs actions
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 9ec3252..339857c 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -292,7 +292,7 @@ ACCOUNTS is data of the accounts that have reacted to the notification." (t (mastodon-notifications--byline-accounts accounts status group))) ;; action symbol: - (when (member type-sym '(favourite reblog update)) + (unless (eq type-sym 'mention) (mastodon-tl--symbol type-sym)) .status_id ;; base toot (no need for update/poll/?) |