mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
web-push-startup-queries
This commit is contained in:
parent
88c6b4adae
commit
dc7dd836c6
8 changed files with 22 additions and 43 deletions
|
@ -158,7 +158,7 @@ func New(conf *Config) (*Server, error) {
|
|||
}
|
||||
var webPush *webPushStore
|
||||
if conf.WebPushPublicKey != "" {
|
||||
webPush, err = newWebPushStore(conf.WebPushFile)
|
||||
webPush, err = newWebPushStore(conf.WebPushFile, conf.WebPushStartupQueries)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue