better handle acn/engine isntability #512

Merged
dan merged 4 commits from handleStatus into master 2023-05-01 21:47:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e9e2a18678 - Show all commits

View File

@ -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()