media: decomplexify get_all_media_keys for deleting all MXC URIs
wow this was terrible, early strawberry code Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -15,7 +15,7 @@ pub trait Data: Send + Sync {
|
||||
|
||||
fn search_mxc_metadata_prefix(&self, mxc: String) -> Result<Vec<Vec<u8>>>;
|
||||
|
||||
fn get_all_media_keys(&self) -> Result<Vec<Vec<u8>>>;
|
||||
fn get_all_media_keys(&self) -> Vec<Vec<u8>>;
|
||||
|
||||
// TODO: use this
|
||||
#[allow(dead_code)]
|
||||
|
||||
Reference in New Issue
Block a user