diff --git a/examples/chat2/chat.go b/examples/chat2/chat.go index cd1328a9..b5bf5d8f 100644 --- a/examples/chat2/chat.go +++ b/examples/chat2/chat.go @@ -385,7 +385,7 @@ func (c *Chat) retrieveHistory(connectionWg *sync.WaitGroup) { response, err := c.node.Store().Query(tCtx, q, store.WithAutomaticRequestId(), storeOpt, - store.WithPaging(true, 100)) + store.WithPaging(false, 100)) if err != nil { c.ui.ErrorMessage(fmt.Errorf("could not query storenode: %w", err))