mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 21:45:58 +08:00
base64 userID
This commit is contained in:
@@ -209,6 +209,7 @@ func oaNotification(operationID, userID string) {
|
||||
}
|
||||
bytes, err := json.Marshal(elem)
|
||||
if err != nil {
|
||||
log.NewError(operationID, utils.GetSelfFuncName(), "elem: ", elem, err.Error())
|
||||
return
|
||||
}
|
||||
sysNotification := &msg.NotificationMsg{
|
||||
|
||||
Reference in New Issue
Block a user