Better Data encoding / Decoding

This commit is contained in:
Alex-Emmet 2026-01-20 00:04:34 +01:00
commit db1d60677a
7 changed files with 87 additions and 996 deletions

View file

@ -237,7 +237,7 @@ impl Community {
}
}
}
CommunicationValue::new(CommunicationType::add_chat)
CommunicationValue::new(CommunicationType::add_conversation)
}
pub async fn save(&self) {