unfinished untested impl of room deletion
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -7,4 +7,6 @@ pub trait Data: Send + Sync {
|
||||
fn index_pdu(&self, shortroomid: u64, pdu_id: &[u8], message_body: &str) -> Result<()>;
|
||||
|
||||
fn search_pdus<'a>(&'a self, room_id: &RoomId, search_string: &str) -> SearchPdusResult<'a>;
|
||||
|
||||
fn delete_all_search_tokenids_for_room(&self, room_id: &RoomId) -> Result<()>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user