Add notification type for update notifications

Not used yet
This commit is contained in:
Vyr Cossont 2024-12-28 14:38:54 -08:00
commit 9b8b3885bd
4 changed files with 9 additions and 5 deletions

View file

@ -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,