mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-30 02:09:23 +08:00
adjustment group role level
This commit is contained in:
parent
383334efbe
commit
21cef30ca0
@ -267,9 +267,9 @@ const (
|
|||||||
AppOrdinaryUsers = 1
|
AppOrdinaryUsers = 1
|
||||||
AppAdmin = 2
|
AppAdmin = 2
|
||||||
|
|
||||||
GroupOrdinaryUsers = 1
|
GroupOwner = 1
|
||||||
GroupOwner = 2
|
GroupAdmin = 2
|
||||||
GroupAdmin = 3
|
GroupOrdinaryUsers = 3
|
||||||
|
|
||||||
GroupResponseAgree = 1
|
GroupResponseAgree = 1
|
||||||
GroupResponseRefuse = -1
|
GroupResponseRefuse = -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user