🏗️ Split matrix_client.rs to create the matrix_interface module

This commit is contained in:
2023-12-17 11:54:21 +01:00
parent ae8dba86f6
commit 513b05ddb3
7 changed files with 147 additions and 129 deletions

View File

@@ -7,7 +7,7 @@ use matrix_sdk::{
ruma::{OwnedMxcUri, OwnedRoomId, OwnedUserId},
};
use crate::matrix_client::Requester;
use crate::matrix_interface::requester::Requester;
#[derive(Clone, Debug)]
pub struct UserInfo {