mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +00:00
fix: chat example in light mode
This commit is contained in:
parent
9eed01301c
commit
bcc03c2ce9
@ -68,6 +68,9 @@ func execute(options Options) {
|
||||
if options.Filter.Enable {
|
||||
opts = append(opts, node.WithWakuFilterLightNode())
|
||||
}
|
||||
if options.LightPush.Enable {
|
||||
opts = append(opts, node.WithClusterID(uint16(16)))
|
||||
}
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user