unfinished untested impl of room deletion
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -28,4 +28,6 @@ pub trait Data: Send + Sync {
|
||||
fn get_shortroomid(&self, room_id: &RoomId) -> Result<Option<u64>>;
|
||||
|
||||
fn get_or_create_shortroomid(&self, room_id: &RoomId) -> Result<u64>;
|
||||
|
||||
fn delete_shortroomid(&self, room_id: &RoomId) -> Result<()>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user