Update lib/src/room.dart

This commit is contained in:
Christian Pauly 2020-05-04 08:38:12 +00:00
parent 12303f51fe
commit 07badfc9a9
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ class Room {
bool waitUntilSent = false,
int thumbnailMaxWidth = 800,
int thumbnailMaxHeight = 600,
int thumbnailQuality = 10,
int thumbnailQuality = 50,
}) async {
Image fileImage;
Image thumbnailImage;