add: mail ui
This commit is contained in:
parent
2e60cbc464
commit
b2a73d286b
24 changed files with 993 additions and 259 deletions
|
@ -1700,6 +1700,7 @@
|
|||
[\"private_last_seen\", true],
|
||||
[\"private_communities\", true],
|
||||
[\"private_chats\", true],
|
||||
[\"private_mails\", true],
|
||||
[\"require_account\", true],
|
||||
];
|
||||
|
||||
|
@ -1830,6 +1831,14 @@
|
|||
\"{{ profile.settings.private_chats }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[
|
||||
\"private_mails\",
|
||||
\"Only allow users I'm following to add send me mail\",
|
||||
],
|
||||
\"{{ profile.settings.private_mails }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[
|
||||
\"private_communities\",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue