don't specify hs_disabled as its a Synapse special

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-06-03 20:13:32 +01:00
parent 9c417cfbad
commit 5a4723d243
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ interface IProps {
} }
interface IUsageLimit { interface IUsageLimit {
limit_type: "monthly_active_user" | "hs_disabled" | string; limit_type: "monthly_active_user" | string;
admin_contact?: string; admin_contact?: string;
} }