Add subscription_topic table, change updated_at type to INT, split expire function
This commit is contained in:
parent
2e8292a65f
commit
1abcc88fce
6 changed files with 131 additions and 81 deletions
|
@ -505,6 +505,7 @@ func newWebPushSubscriptionExpiringPayload() webPushControlMessagePayload {
|
|||
}
|
||||
|
||||
type webPushSubscription struct {
|
||||
ID string
|
||||
Endpoint string
|
||||
Auth string
|
||||
P256dh string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue