Add User Rate Limits tab (#125)
* Add User Rate Limits tab * update readme
This commit is contained in:

committed by
GitHub

parent
a04b24a5d5
commit
9adc13e722
8
src/i18n/index.d.ts
vendored
8
src/i18n/index.d.ts
vendored
@@ -22,7 +22,7 @@ interface SynapseTranslationMessages extends TranslationMessages {
|
||||
};
|
||||
users: {
|
||||
invalid_user_id: string;
|
||||
tabs: { sso: string };
|
||||
tabs: { sso: string; experimental: string; limits: string; };
|
||||
};
|
||||
rooms: {
|
||||
details?: string; // TODO: fa, fr, it, zh
|
||||
@@ -157,6 +157,12 @@ interface SynapseTranslationMessages extends TranslationMessages {
|
||||
redact_events: string;
|
||||
generate_password: string;
|
||||
};
|
||||
limits: {
|
||||
messages_per_second: string;
|
||||
messages_per_second_text: string;
|
||||
burst_count: string;
|
||||
burst_count_text: string;
|
||||
};
|
||||
};
|
||||
rooms: {
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user