From 532f608fe52f1dd326df4995dcef69fb5c431c1e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 17 Oct 2024 15:15:02 +0200 Subject: notifs: item-type = toot (for nav, item actions) --- lisp/mastodon-notifications.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-notifications.el') 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 -- cgit v1.2.3