mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 02:36:16 -06:00
Add notification type for update notifications
Not used yet
This commit is contained in:
parent
bfc967f690
commit
9b8b3885bd
4 changed files with 9 additions and 5 deletions
|
|
@ -3603,7 +3603,7 @@ func NewTestWebPushSubscriptions() map[string]*gtsmodel.WebPushSubscription {
|
|||
gtsmodel.NotificationReblog,
|
||||
gtsmodel.NotificationPoll,
|
||||
gtsmodel.NotificationStatus,
|
||||
// TODO: (Vyr) add NotificationUpdate when edit patch is merged
|
||||
gtsmodel.NotificationUpdate,
|
||||
gtsmodel.NotificationAdminSignup,
|
||||
gtsmodel.NotificationAdminReport,
|
||||
gtsmodel.NotificationPendingFave,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue