From d6e797b04b9b45a5c518cdf66f372a18c36c6733 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 19 Feb 2024 15:12:56 +0100 Subject: [PATCH] chore: Thumbnail follow up for notifications --- lib/utils/push_helper.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 516c4e5d..78c60702 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -173,7 +173,6 @@ Future _tryPushHelper( client, width: 256, height: 256, - method: ThumbnailMethod.scale, ) .toString(); final senderAvatar = event.room.isDirectChat @@ -183,7 +182,6 @@ Future _tryPushHelper( client, width: 256, height: 256, - method: ThumbnailMethod.scale, ) .toString();