Can retrieve room media
This commit is contained in:
@@ -111,5 +111,5 @@ pub async fn room_avatar(
|
||||
return Ok(HttpResponse::NotFound().json("Room has no avatar"));
|
||||
};
|
||||
|
||||
matrix_media_controller::serve_media(req, uri).await
|
||||
matrix_media_controller::serve_mxc_file(req, uri).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user