From d171b6c2d50500cdfd2f3308bf82a5f79e22cd8b Mon Sep 17 00:00:00 2001 From: r Date: Fri, 27 Dec 2024 15:38:19 +0000 Subject: Include "status" in the list of supported notification types --- service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/service.go b/service/service.go index 2275dfb..90a28d5 100644 --- a/service/service.go +++ b/service/service.go @@ -485,7 +485,7 @@ func (s *service) NotificationPage(c *client, maxID string, // Explicitly include the supported types. // For now, only Pleroma supports this option, Mastadon // will simply ignore the unknown params. - includes = []string{"follow", "follow_request", "mention", "reblog", "favourite"} + includes = []string{"follow", "follow_request", "mention", "reblog", "favourite", "status"} } if c.s.Settings.AntiDopamineMode { excludes = append(excludes, "follow", "favourite", "reblog") -- cgit v1.2.3