refactor state accessor, state cache, user, uiaa
This commit is contained in:
parent
3e22bbeecd
commit
82e7f57b38
12 changed files with 116 additions and 933 deletions
3
src/service/rooms/state_cache/data.rs
Normal file
3
src/service/rooms/state_cache/data.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub trait Data {
|
||||
fn mark_as_once_joined(user_id: &UserId, room_id: &RoomId) -> Result<()>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue