Web Push: test notification policy

This commit is contained in:
Vyr Cossont 2025-01-31 13:18:59 -08:00
commit cfeae0330c
3 changed files with 104 additions and 28 deletions

View file

@ -3610,7 +3610,7 @@ func NewTestWebPushSubscriptions() map[string]*gtsmodel.WebPushSubscription {
gtsmodel.NotificationPendingReply,
gtsmodel.NotificationPendingReblog,
}),
Policy: gtsmodel.WebPushNotificationPolicyAll,
Policy: gtsmodel.WebPushNotificationPolicyFollowed,
},
}
}