From 6c7c5dea7b0cc484c183b14b35fde16a25f6d850 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Fri, 26 May 2023 18:52:47 +0800 Subject: [PATCH] RevokeMsg --- internal/rpc/msg/revoke.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/msg/revoke.go b/internal/rpc/msg/revoke.go index 45a8841d8..97520350b 100644 --- a/internal/rpc/msg/revoke.go +++ b/internal/rpc/msg/revoke.go @@ -110,7 +110,7 @@ func (m *msgServer) RevokeMsg(ctx context.Context, req *msg.RevokeMsgReq) (*msg. CreateTime: utils.GetCurrentTimestampByMill(), ClientMsgID: utils.GetMsgID(req.UserID), Options: config.GetOptionsByNotification(config.NotificationConf{ - IsSendMsg: true, + IsSendMsg: false, ReliabilityLevel: 2, }), OfflinePushInfo: nil,