fix?
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2023-04-28 15:00:23 -06:00
parent 440b7f422c
commit e9e2a18678
1 changed files with 1 additions and 1 deletions

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