chore: Thumbnail follow up for notifications

pull/899/head
Krille 1 year ago
parent a6b5acb451
commit d6e797b04b
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save