Start sync thread implementation

This commit is contained in:
2025-02-25 19:02:31 +01:00
parent 3822c209d3
commit 4ee26df97b
2 changed files with 64 additions and 7 deletions

View File

@ -19,7 +19,7 @@ pub enum UserError {
MissingMatrixToken,
}
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq)]
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
pub struct UserID(pub String);
impl UserID {