Skip to content
Snippets Groups Projects
Commit 342400fe authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

fix tests

parent 43c2ac6c
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,14 @@ fn create_file_metadata(
Ok(key)
}
fn delete_file_mxc(&self, _mxc: String) -> Result<()> {
todo!()
}
fn search_mxc_metadata_prefix(&self, _mxc: String) -> Result<Vec<Vec<u8>>> {
todo!()
}
fn search_file_metadata(
&self,
_mxc: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment