mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 02:17:29 -06:00
Store Web Push subscriptions in DB
This commit is contained in:
parent
db2ba34630
commit
0cffb8784e
25 changed files with 546 additions and 69 deletions
|
|
@ -184,7 +184,7 @@ func (p *Processor) notifVisible(
|
|||
// If this is a new local account sign-up,
|
||||
// skip normal visibility checking because
|
||||
// origin account won't be confirmed yet.
|
||||
if n.NotificationType == gtsmodel.NotificationSignup {
|
||||
if n.NotificationType == gtsmodel.NotificationAdminSignup {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue