Add ability to toggle whether to show locked users
This is almost copy of https://github.com/Awesome-Technologies/synapse-admin/pull/573 PR, authored by @huw1990
This commit is contained in:
1
src/i18n/index.d.ts
vendored
1
src/i18n/index.d.ts
vendored
@@ -120,6 +120,7 @@ interface SynapseTranslationMessages extends TranslationMessages {
|
||||
erased?: string; // TODO: fa, fr, it, zh
|
||||
guests: string;
|
||||
show_deactivated: string;
|
||||
show_locked?: string; // TODO: de, fa, fr, it, zh
|
||||
user_id: string;
|
||||
displayname: string;
|
||||
password: string;
|
||||
|
Reference in New Issue
Block a user