Removed user bands (#25806)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6520e570e0
Коммит
d23c16b9aa
@@ -4,8 +4,6 @@
|
||||
package model
|
||||
|
||||
type UserLimits struct {
|
||||
MaxUsersLimit int64 `json:"maxUsersLimit"` // max number of users allowed
|
||||
LowerBandUserLimit int64 `json:"lowerBandUserLimit"` // user count for 1st warning
|
||||
UpperBandUserLimit int64 `json:"upperBandUserLimit"` // user count for 2nd warning
|
||||
ActiveUserCount int64 `json:"activeUserCount"` // actual number of active users on server. Active = non deleted
|
||||
MaxUsersLimit int64 `json:"maxUsersLimit"` // max number of users allowed
|
||||
ActiveUserCount int64 `json:"activeUserCount"` // actual number of active users on server. Active = non deleted
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user