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
parent aceee55693
commit 940d7b2992

View file

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