add: mail ui

This commit is contained in:
trisua 2025-08-02 16:04:50 -04:00
parent 2e60cbc464
commit b2a73d286b
24 changed files with 993 additions and 259 deletions

View file

@ -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,