refactor: cleanup

This commit is contained in:
Nyaaori 2022-11-21 09:51:39 +01:00
parent 6786c44f4d
commit 66bc41125c
No known key found for this signature in database
GPG key ID: E7819C3ED4D1F82E
11 changed files with 20 additions and 21 deletions

View file

@ -74,7 +74,7 @@ pub async fn get_remote_content(
services()
.media
.create(
mxc.to_string(),
mxc.to_owned(),
content_response.content_disposition.as_deref(),
content_response.content_type.as_deref(),
&content_response.file,