chore: Thumbnail follow up for notifications

This commit is contained in:
Krille 2024-02-19 15:12:56 +01:00
parent a6b5acb451
commit d6e797b04b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -173,7 +173,6 @@ Future<void> _tryPushHelper(
client,
width: 256,
height: 256,
method: ThumbnailMethod.scale,
)
.toString();
final senderAvatar = event.room.isDirectChat
@ -183,7 +182,6 @@ Future<void> _tryPushHelper(
client,
width: 256,
height: 256,
method: ThumbnailMethod.scale,
)
.toString();