Contact update #25

Merged
phoenix merged 5 commits from contact_update into main 2026-06-13 16:25:48 -04:00
Showing only changes of commit 60ee97eee2 - Show all commits
+1 -2
View File
@@ -15,6 +15,5 @@ pub struct Contact {
pub nickname: Option<String>,
pub phone_number: String,
// empty
#[serde(skip_serializing_if = "crate::init::is_uuid_nil")]
pub user_id: Option<uuid::Uuid>,
pub user_id: uuid::Uuid,
}