mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +08:00
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
This commit is contained in:
commit
5db96847fc
@ -116,7 +116,6 @@ func (d *DataBases) DelMsgBySeqList(userID string, seqList []uint32, operationID
|
|||||||
lock.Lock()
|
lock.Lock()
|
||||||
totalUnexistSeqList = append(totalUnexistSeqList, unexistSeqList...)
|
totalUnexistSeqList = append(totalUnexistSeqList, unexistSeqList...)
|
||||||
lock.Unlock()
|
lock.Unlock()
|
||||||
wg.Done()
|
|
||||||
}(k, v, operationID)
|
}(k, v, operationID)
|
||||||
}
|
}
|
||||||
return totalUnexistSeqList, err
|
return totalUnexistSeqList, err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user