Skipping serialization of fields in Contact (#20)
Release Tagging / release (push) Successful in 40s
Rust Build / Test Suite (push) Successful in 26s
Rust Build / Check (push) Successful in 1m28s
Rust Build / Rustfmt (push) Successful in 26s
Rust Build / Clippy (push) Successful in 40s
Rust Build / build (push) Successful in 1m11s

Reviewed-on: phoenix/textsender-models#20
This commit was merged in pull request #20.
This commit is contained in:
2026-06-01 22:15:17 -04:00
parent 2be0337da0
commit 766d38ea0e
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ pub struct UserProfile {
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct Salt {
#[serde(skip_serializing_if = "crate::init::is_uuid_nil")]
// #[serde(skip_serializing_if = "crate::init::is_uuid_nil")]
pub id: uuid::Uuid,
#[serde(skip_serializing_if = "String::is_empty")]
pub salt: String,