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:
Aine
2024-09-03 11:09:46 +03:00
parent 7747dc7f28
commit 50c96cfd77
6 changed files with 8 additions and 3 deletions

1
src/i18n/index.d.ts vendored
View File

@@ -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;