mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-05 15:33:11 +00:00
fix: add back WithWakuStore() option
This commit is contained in:
parent
bc6a305759
commit
13a23a9c42
@ -228,6 +228,7 @@ func Execute(options Options) {
|
||||
}
|
||||
|
||||
if options.Store.Enable {
|
||||
nodeOpts = append(nodeOpts, node.WithWakuStore())
|
||||
nodeOpts = append(nodeOpts, node.WithMessageProvider(dbStore))
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user