feat: Implement ignore list
This commit is contained in:
parent
a11185cc55
commit
760d40ddc1
17 changed files with 798 additions and 31 deletions
|
|
@ -448,6 +448,13 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get identity => Intl.message("Identity");
|
||||
|
||||
String get ignoredUsers => Intl.message('Ignored users');
|
||||
|
||||
String get ignoreUsername => Intl.message('Ignore username');
|
||||
|
||||
String get ignoreListDescription => Intl.message(
|
||||
"You can ignore users who are disturbing you. You won't be able to receive any messages or room invites from the users on your personal ignore list.");
|
||||
|
||||
String get incorrectPassphraseOrKey =>
|
||||
Intl.message("Incorrect passphrase or recovery key",
|
||||
name: "incorrectPassphraseOrKey");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue