refactor state accessor, state cache, user, uiaa

This commit is contained in:
Timo Kösters
2022-08-14 13:38:21 +02:00
committed by Nyaaori
parent 3e22bbeecd
commit 82e7f57b38
12 changed files with 116 additions and 933 deletions

View File

@@ -0,0 +1,3 @@
pub trait Data {
fn mark_as_once_joined(user_id: &UserId, room_id: &RoomId) -> Result<()>;
}