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();