mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-20 05:07:05 +08:00
fix bug: msg destruct sql
This commit is contained in:
parent
5cf8fe504b
commit
1e156b0d9c
@ -33,6 +33,7 @@ func (c *MsgTool) ConversationsDestructMsgs() {
|
|||||||
}
|
}
|
||||||
log.ZDebug(context.Background(), "nums conversations need destruct", "nums", len(conversations))
|
log.ZDebug(context.Background(), "nums conversations need destruct", "nums", len(conversations))
|
||||||
for _, conversation := range conversations {
|
for _, conversation := range conversations {
|
||||||
|
ctx = mcontext.NewCtx(utils.GetSelfFuncName() + "-" + utils.OperationIDGenerator() + "-" + conversation.ConversationID + "-" + conversation.OwnerUserID)
|
||||||
log.ZDebug(
|
log.ZDebug(
|
||||||
ctx,
|
ctx,
|
||||||
"UserMsgsDestruct",
|
"UserMsgsDestruct",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user