mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 22:39:03 +08:00
base64 userID
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
05e378fe37
commit
2f62db66cb
@@ -204,6 +204,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