chore: Increase default thumbnail size to 800
This commit is contained in:
parent
f967f02487
commit
d780ba77c4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue