refactor state accessor, state cache, user, uiaa
This commit is contained in:
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<()>;
|
||||
}
|
||||
Reference in New Issue
Block a user