singal offline push

This commit is contained in:
wangchuxiao
2022-06-02 20:06:14 +08:00
parent 2b25fea86c
commit 1fffd36054
4 changed files with 19 additions and 9 deletions
+2
View File
@@ -104,6 +104,8 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
} else {
content = constant.ContentType2PushContent[constant.GroupMsg]
}
case constant.SignalingNotification:
content = constant.ContentType2PushContent[constant.SignalMsg]
default:
content = constant.ContentType2PushContent[constant.Common]
}