diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 15:15:02 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 16:02:58 +0200 |
commit | 532f608fe52f1dd326df4995dcef69fb5c431c1e (patch) | |
tree | 082ad6ef5b217d7dad0b8c1397d42f0e7802b765 | |
parent | 3c3ef2e98ff81e94446c6e749759f0422f2aa140 (diff) |
notifs: item-type = toot (for nav, item actions)
-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 14f2be5..c2d1962 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -354,7 +354,7 @@ ACCOUNTS is the notification accounts data." base-toot group (if (member type '("follow" "follow_request")) toot))) ;; account data! - 'item-type 'notification + 'item-type 'toot ;; for nav, actions, etc. 'item-id (or ;; grouped notifications pagination max_id: ;; NB: their min id used for our max id param |