From 8ca6584299d9d2d66504f1e5b78a20d1695daf7a Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 22 Dec 2022 15:23:46 +0800 Subject: [PATCH] push --- internal/push/getui/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/push/getui/push.go b/internal/push/getui/push.go index 899a2b90a..a9b54e6d1 100644 --- a/internal/push/getui/push.go +++ b/internal/push/getui/push.go @@ -163,7 +163,7 @@ func (g *Getui) Push(userIDList []string, title, detailContent, operationID stri if err != nil { return "", utils.Wrap(err, "GetTaskIDAndSave2Redis failed") } - var IsAsync = true + var IsAsync = false pushReq.IsAsync = &IsAsync pushReq.Taskid = &taskID pushReq.PushMessage.Notification = nil