From 494c06e6d020aa60450b2b10f4b9dfce8ec14d38 Mon Sep 17 00:00:00 2001 From: salixor <salixor@pm.me> Date: Thu, 26 Dec 2024 20:07:09 +0100 Subject: [PATCH] I dunno, change the scale ? --- src/matrixeventprocessor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts index dd90f24..142b3bf 100644 --- a/src/matrixeventprocessor.ts +++ b/src/matrixeventprocessor.ts @@ -526,8 +526,8 @@ export class MatrixEventProcessor { if (profile?.avatar_url) { avatarUrl = await this.bridge.botClient.mxcToHttpThumbnail( profile.avatar_url, - DISCORD_AVATAR_WIDTH, - DISCORD_AVATAR_HEIGHT, + 32, + 32, "scale", ); log.info(avatarUrl); -- GitLab