conversation update

This commit is contained in:
Gordon
2022-04-22 15:12:10 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 41212de95d
commit 7964a6a7ce
6 changed files with 605 additions and 270 deletions
+7
View File
@@ -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: "[图片]",