Refactor code

This commit is contained in:
wenxu12345
2022-01-14 13:44:46 +08:00
parent 3e6302e44a
commit 3d994cc2cf
9 changed files with 653 additions and 640 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ type NotificationMsg struct {
OperationID string
}
func Notification(n *NotificationMsg, onlineUserOnly bool) {
func Notification(n *NotificationMsg) {
var req pbChat.SendMsgReq
var msg sdk_ws.MsgData
var offlineInfo sdk_ws.OfflinePushInfo