put client msg id to offline callback

This commit is contained in:
Gordon
2022-09-09 11:00:15 +08:00
parent 22099d82be
commit b5deceaa3b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ func callbackBeforeSuperGroupOnlinePush(operationID string, groupID string, msg
Platform: constant.PlatformIDToName(int(msg.SenderPlatformID)),
},
OfflinePushInfo: msg.OfflinePushInfo,
ClientMsgID: msg.ClientMsgID,
SendID: msg.SendID,
GroupID: groupID,
ContentType: msg.ContentType,