chore: Thumbnail follow up for notifications
This commit is contained in:
parent
a6b5acb451
commit
d6e797b04b
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue