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:
commit
1f8691dd70
|
|
@ -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