From 95940ee54de27f4a76860c8932ac339db2b664f3 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 11 Oct 2024 11:16:44 +0200 Subject: notifs: type always reblog, not boost --- lisp/mastodon-notifications.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-notifications.el') diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index a67ec0f..73c20f1 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -175,7 +175,7 @@ Can be called in notifications view or in follow-requests view." (buffer-string))) (defvar mastodon-notifications-grouped-types - '(follow boost favourite) + '(follow reblog favourite) "List of notification types for which grouping is implemented.") (defvar mastodon-notifications--action-alist @@ -257,7 +257,7 @@ JSON is the full notifications JSON." (concat ":\n" (mastodon-notifications--comment-note-text body))))) - ((member type-sym '(favourite boost)) + ((member type-sym '(favourite reblog)) (mastodon-notifications--comment-note-text body)) (t body))) ;; author-byline @@ -269,7 +269,7 @@ JSON is the full notifications JSON." (alist-get type-sym mastodon-notifications--action-alist))) .status_id ;; base toot - (when (member type-sym '(favourite boost)) + (when (member type-sym '(favourite reblog)) status) nil nil nil nil nil group accounts))))) ;; insert status still needs our group data -- cgit v1.2.3