mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-04 01:01:09 +08:00
push
This commit is contained in:
parent
e86e8820f3
commit
8ca6584299
@ -163,7 +163,7 @@ func (g *Getui) Push(userIDList []string, title, detailContent, operationID stri
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", utils.Wrap(err, "GetTaskIDAndSave2Redis failed")
|
return "", utils.Wrap(err, "GetTaskIDAndSave2Redis failed")
|
||||||
}
|
}
|
||||||
var IsAsync = true
|
var IsAsync = false
|
||||||
pushReq.IsAsync = &IsAsync
|
pushReq.IsAsync = &IsAsync
|
||||||
pushReq.Taskid = &taskID
|
pushReq.Taskid = &taskID
|
||||||
pushReq.PushMessage.Notification = nil
|
pushReq.PushMessage.Notification = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user