add todo for MockedKVDatabase get_all_media_keys

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 17:17:02 -05:00 committed by June
parent cde6fdd741
commit 71654f26b9

View file

@ -510,6 +510,10 @@ mod tests {
todo!()
}
fn get_all_media_keys(&self) -> Result<Vec<Vec<u8>>> {
todo!()
}
fn search_file_metadata(
&self,
_mxc: String,