refactor theme
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m46s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m35s

This commit is contained in:
2026-01-25 09:00:00 +07:00
parent 2f81753fff
commit cb4b7ff36d
41 changed files with 199 additions and 1446 deletions

View File

@@ -40,7 +40,7 @@ impl Identity {
pub fn new() -> Self {
Self {
public_key: None,
owned: false,
owned: true,
relay_list: RelayState::default(),
messaging_relays: RelayState::default(),
}