Include "status" in the list of supported notification types

This commit is contained in:
r 2024-12-27 15:38:19 +00:00
parent 68d7acc2f7
commit d171b6c2d5

View file

@ -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")