1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

Show a specific error for hs_disabled

This commit is contained in:
Will Hunt
2021-01-27 11:39:57 +00:00
parent 048a3f6ec8
commit 5de92b68d9
6 changed files with 11 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ interface IProps {
interface IUsageLimit {
// eslint-disable-next-line camelcase
limit_type: "monthly_active_user" | string;
limit_type: "monthly_active_user" | "hs_disabled" | string;
// eslint-disable-next-line camelcase
admin_contact?: string;
}