From d780ba77c4b3ab67e9d8f5f48db84d07c0a6711e Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 19 Feb 2022 11:29:10 +0100 Subject: [PATCH] chore: Increase default thumbnail size to 800 --- lib/src/client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/client.dart b/lib/src/client.dart index f856d334..69051895 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -842,7 +842,7 @@ class Client extends MatrixApi { static const List 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