mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
@ people update
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
830784463c
commit
21a63b98ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user