mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
ws and push update
This commit is contained in:
@@ -20,7 +20,7 @@ func callbackOfflinePush(operationID, userID string, info *commonPb.OfflinePushI
|
||||
OperationID: operationID,
|
||||
UserID: userID,
|
||||
PlatformID: platformID,
|
||||
Platform: constant.PlatformIDToName(platformID),
|
||||
Platform: constant.PlatformIDToName(int(platformID)),
|
||||
},
|
||||
OfflinePushInfo: info,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user