Skip to content

Commit

Permalink
fix: add a IMOrdinaryUser
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Jan 8, 2024
1 parent 519f242 commit ce9f9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ const (
)

const (
IMOrdinaryUser = 0
AppOrdinaryUsers = 1
AppAdmin = 2
AppNotificationAdmin = 3
Expand Down

0 comments on commit ce9f9eb

Please sign in to comment.