mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
cms
This commit is contained in:
@@ -229,6 +229,12 @@ const (
|
||||
WorkMomentCommentNotification = 0
|
||||
WorkMomentLikeNotification = 1
|
||||
WorkMomentAtUserNotification = 2
|
||||
|
||||
// sendMsgStaus
|
||||
MsgStatusNotExist = 0
|
||||
MsgIsSending = 1
|
||||
MsgSendSuccessed = 2
|
||||
MsgSendFailed = 3
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user