Fix thumbnail quality and update e2ee

This commit is contained in:
Christian Pauly 2020-05-04 09:33:10 +02:00
parent 5afea11898
commit 06f650cf57
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -271,11 +271,11 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: HEAD ref: "1.x.y"
resolved-ref: b043fcc29031979dc65e5b08e10ebb9b8d2fae30 resolved-ref: "32edeff765369a7a77a0822f4b19302ca24a017b"
url: "https://gitlab.com/famedly/libraries/matrix_file_e2ee.git" url: "https://gitlab.com/famedly/libraries/matrix_file_e2ee.git"
source: git source: git
version: "1.0.2" version: "1.0.3"
meta: meta:
dependency: transitive dependency: transitive
description: description:

View File

@ -21,7 +21,7 @@ dependencies:
matrix_file_e2ee: matrix_file_e2ee:
git: git:
url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git
#ref: 1.x.y ref: 1.x.y
dev_dependencies: dev_dependencies:
test: ^1.0.0 test: ^1.0.0