@ people update

This commit is contained in:
Gordon
2022-04-24 15:55:19 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 830784463c
commit 21a63b98ce
7 changed files with 567 additions and 366 deletions
+10
View File
@@ -200,6 +200,16 @@ var ContentType2PushContent = map[int64]string{
Common: "你收到一条新消息",
}
const (
RecvMsgOpt = 1
IsPinned = 2
AttachedInfo = 3
IsPrivateChat = 4
GroupAtType = 5
IsNotInGroup = 6
Ex = 7
)
const (
AppOrdinaryUsers = 1
AppAdmin = 2