mirror of
https://git.freesoftwareextremist.com/bloat
synced 2025-01-06 15:15:25 +00:00
Include "status" in the list of supported notification types
This commit is contained in:
parent
68d7acc2f7
commit
d171b6c2d5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue