chore: Increase default thumbnail size to 800

This commit is contained in:
Krille Fear 2022-02-19 11:29:10 +01:00
parent f967f02487
commit d780ba77c4
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ class Client extends MatrixApi {
static const List<String> supportedGroupEncryptionAlgorithms = [ static const List<String> supportedGroupEncryptionAlgorithms = [
AlgorithmTypes.megolmV1AesSha2 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 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 /// the app receives a new synchronization, this event is called for every signal