feat: Implement ignore list
This commit is contained in:
parent
a11185cc55
commit
760d40ddc1
17 changed files with 798 additions and 31 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@last_modified": "2020-09-04T14:58:35.809079",
|
||||
"@@last_modified": "2020-09-19T15:27:28.862887",
|
||||
"About": "About",
|
||||
"@About": {
|
||||
"type": "text",
|
||||
|
|
@ -670,6 +670,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Ignored users": "Ignored users",
|
||||
"@Ignored users": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Ignore username": "Ignore username",
|
||||
"@Ignore username": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"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.": "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.",
|
||||
"@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.": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"incorrectPassphraseOrKey": "Incorrect passphrase or recovery key",
|
||||
"@incorrectPassphraseOrKey": {
|
||||
"type": "text",
|
||||
|
|
@ -1667,4 +1682,4 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue