fix: message can store Ex (#2371)

This commit is contained in:
icey-yu
2024-06-27 17:54:42 +08:00
committed by GitHub
parent d6606152ee
commit e6f1232582
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ func (m MessageApi) newUserSendMsgReq(_ *gin.Context, params *apistruct.SendMsg)
SendTime: params.SendTime,
Options: options,
OfflinePushInfo: params.OfflinePushInfo,
Ex: params.Ex,
},
}
return &pbData