Update lib/src/room.dart
This commit is contained in:
parent
12303f51fe
commit
07badfc9a9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue