Can get information about rooms

This commit is contained in:
2025-11-21 14:52:21 +01:00
parent 1385afc974
commit ecbe4885c1
5 changed files with 71 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ pub struct FinishMatrixAuth {
pub struct MatrixClient {
manager: ActorRef<MatrixManagerMsg>,
pub email: UserEmail,
client: Client,
pub client: Client,
}
impl MatrixClient {