diff options
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 9a54aba70..806e64891 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -3610,6 +3610,7 @@ func NewTestWebPushSubscriptions() map[string]*gtsmodel.WebPushSubscription { gtsmodel.NotificationPendingReply, gtsmodel.NotificationPendingReblog, }), + Policy: gtsmodel.WebPushNotificationPolicyFollowed, }, } } |