add: mail ui
This commit is contained in:
parent
2e60cbc464
commit
b2a73d286b
24 changed files with 993 additions and 259 deletions
|
@ -273,6 +273,9 @@ pub struct UserSettings {
|
|||
/// If other users that you aren't following can add you to chats.
|
||||
#[serde(default)]
|
||||
pub private_chats: bool,
|
||||
/// If other users that you aren't following can send you letters.
|
||||
#[serde(default)]
|
||||
pub private_mails: bool,
|
||||
/// The user's status. Shows over connection info.
|
||||
#[serde(default)]
|
||||
pub status: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue