Can close all user sessions when Matrix token is changed

This commit is contained in:
2025-02-06 22:39:53 +01:00
parent 4ff72e073e
commit 558d5cda3f
7 changed files with 172 additions and 111 deletions

View File

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