Skip to content
Snippets Groups Projects
Verified Commit 4791cdb9 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix issue where some matrix avatars couldn’t be loaded

parent 5f0cefad
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ interface MatrixApi {
@GET("/_matrix/client/r0/profile/{name}/avatar_url")
fun avatarUrl(@Path("name") name: String): Call<MatrixAvatarResponse>
@GET("/_matrix/media/r0/thumbnail/{server}/{id}/?width={width}&height={height}&method={method]")
@GET("/_matrix/media/r0/thumbnail/{server}/{id}/")
fun avatarThumbnail(
@Path("server") server: String,
@Path("id") id: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment