Removed post limit warning banner (#27036)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Harshil Sharma
2024-05-20 09:13:16 +05:30
коммит произвёл GitHub
родитель cef7826fa8
Коммит 13d9a9b6cc
14 изменённых файлов: 20 добавлений и 263 удалений

Просмотреть файл

@@ -7,7 +7,4 @@ type ServerLimits struct {
MaxUsersLimit int64 `json:"maxUsersLimit"` // soft limit for max number of users.
MaxUsersHardLimit int64 `json:"maxUsersHardLimit"` // hard limit for max number of active users.
ActiveUserCount int64 `json:"activeUserCount"` // actual number of active users on server. Active = non deleted
MaxPostLimit int64 `json:"maxPostLimit"` // soft limit for max number of posts
PostCount int64 `json:"postCount"` // actual number of posts in system.
}