mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
conversation update
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
41212de95d
commit
7964a6a7ce
@@ -181,6 +181,13 @@ const (
|
||||
VideoType = 2
|
||||
ImageType = 3
|
||||
)
|
||||
const (
|
||||
AtAllString = "AtAllTag"
|
||||
AtNormal = 0
|
||||
AtMe = 1
|
||||
AtAll = 2
|
||||
AtAllAtMe = 3
|
||||
)
|
||||
|
||||
var ContentType2PushContent = map[int64]string{
|
||||
Picture: "[图片]",
|
||||
|
||||
Reference in New Issue
Block a user