diff --git a/peer/cwtch_peer.go b/peer/cwtch_peer.go index 1f793be..2d6b363 100644 --- a/peer/cwtch_peer.go +++ b/peer/cwtch_peer.go @@ -1336,7 +1336,7 @@ func (cp *cwtchPeer) eventHandler() { ci, err := cp.FetchConversationInfo(ev.Data[event.GroupServer]) if ci == nil || err != nil { log.Errorf("no server connection count") - return + continue } cp.SetConversationAttribute(ci.ID, attr.LocalScope.ConstructScopedZonedPath(attr.ProfileZone.ConstructZonedPath(lastReceivedSignature)), ev.Data[event.Signature]) conversations, err := cp.FetchConversations()