Merge branch 'krille/thumbnail-size' into 'main'

chore: Increase default thumbnail size to 800

See merge request famedly/company/frontend/famedlysdk!968
This commit is contained in:
Krille Fear 2022-02-19 11:16:08 +00:00
commit 1f8691dd70
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ class Client extends MatrixApi {
static const List<String> supportedGroupEncryptionAlgorithms = [
AlgorithmTypes.megolmV1AesSha2
];
static const int defaultThumbnailSize = 256;
static const int defaultThumbnailSize = 800;
/// The newEvent signal is the most important signal in this concept. Every time
/// the app receives a new synchronization, this event is called for every signal