diff --git a/examples/chat2/exec.go b/examples/chat2/exec.go index 266b0315..a5866a78 100644 --- a/examples/chat2/exec.go +++ b/examples/chat2/exec.go @@ -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()