add todo for MockedKVDatabase get_all_media_keys
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
cde6fdd741
commit
71654f26b9
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue