conversation update

This commit is contained in:
Gordon
2022-04-22 15:12:10 +08:00
parent 17d8a124cd
commit 159a9e00c8
6 changed files with 605 additions and 270 deletions
+7
View File
@@ -195,6 +195,13 @@ const (
WorkMomentLikeNotification = 1
WorkMomentAtUserNotification = 2
)
const (
AtAllString = "AtAllTag"
AtNormal = 0
AtMe = 1
AtAll = 2
AtAllAtMe = 3
)
var ContentType2PushContent = map[int64]string{
Picture: "[图片]",