mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-07 04:13:15 -06:00
Stub policy and standard
This commit is contained in:
parent
a8ae0e3173
commit
b9f759d922
3 changed files with 29 additions and 0 deletions
|
|
@ -3026,5 +3026,7 @@ func (c *Converter) WebPushSubscriptionToAPIWebPushSubscription(
|
|||
PendingReply: subscription.NotificationFlags.Get(gtsmodel.NotificationPendingReply),
|
||||
PendingReblog: subscription.NotificationFlags.Get(gtsmodel.NotificationPendingReblog),
|
||||
},
|
||||
Policy: apimodel.WebPushNotificationPolicyAll,
|
||||
Standard: true,
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue