mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-20 11:39:18 +08:00
RevokeMsg
This commit is contained in:
parent
3bdeb29483
commit
6c7c5dea7b
@ -110,7 +110,7 @@ func (m *msgServer) RevokeMsg(ctx context.Context, req *msg.RevokeMsgReq) (*msg.
|
|||||||
CreateTime: utils.GetCurrentTimestampByMill(),
|
CreateTime: utils.GetCurrentTimestampByMill(),
|
||||||
ClientMsgID: utils.GetMsgID(req.UserID),
|
ClientMsgID: utils.GetMsgID(req.UserID),
|
||||||
Options: config.GetOptionsByNotification(config.NotificationConf{
|
Options: config.GetOptionsByNotification(config.NotificationConf{
|
||||||
IsSendMsg: true,
|
IsSendMsg: false,
|
||||||
ReliabilityLevel: 2,
|
ReliabilityLevel: 2,
|
||||||
}),
|
}),
|
||||||
OfflinePushInfo: nil,
|
OfflinePushInfo: nil,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user