Do not copy mxc string unnecessarily in db.get_thumbnail()

This commit is contained in:
Andrej Kacian 2022-01-27 17:47:09 +01:00
parent 20006c91af
commit 529e88c7f9
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ impl Media {
/// For width,height <= 96 the server uses another thumbnailing algorithm which crops the image afterwards.
pub async fn get_thumbnail(
&self,
mxc: String,
mxc: &str,
globals: &Globals,
width: u32,
height: u32,