mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-30 06:22:44 +08:00
DismissGroup
This commit is contained in:
parent
7f585330ae
commit
74289e912f
@ -172,7 +172,7 @@ func (c *MsgClient) Notification(ctx context.Context, sendID, recvID string, con
|
|||||||
if err == nil {
|
if err == nil {
|
||||||
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
|
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
|
||||||
} else {
|
} else {
|
||||||
log.ZError(ctx, "MsgClient Notification SendMsg failed %s\n", err, "req", &req)
|
log.ZError(ctx, "MsgClient Notification SendMsg failed", err, "req", &req)
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user