chore: Do not load timeline while sync processing
Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
parent
856a53a310
commit
a1c080aeb4
2 changed files with 10 additions and 6 deletions
11
pubspec.lock
11
pubspec.lock
|
|
@ -1150,11 +1150,12 @@ packages:
|
|||
matrix:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: matrix
|
||||
sha256: "829f225f74b2a8c83b6b1f960004ecf742215d9ee9d8cc9e0f1974ff8e281f0f"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.39.1"
|
||||
path: "."
|
||||
ref: "krille/do-not-load-timeline-while-sync-processing"
|
||||
resolved-ref: d7025e496f04050c010df35e9f2ac2c785550eb4
|
||||
url: "https://github.com/famedly/matrix-dart-sdk.git"
|
||||
source: git
|
||||
version: "0.39.2"
|
||||
meta:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -61,7 +61,10 @@ dependencies:
|
|||
just_audio: ^0.9.39
|
||||
latlong2: ^0.9.1
|
||||
linkify: ^5.0.0
|
||||
matrix: ^0.39.1
|
||||
matrix:
|
||||
git:
|
||||
url: https://github.com/famedly/matrix-dart-sdk.git
|
||||
ref: krille/do-not-load-timeline-while-sync-processing
|
||||
mime: ^1.0.6
|
||||
native_imaging: ^0.2.0
|
||||
opus_caf_converter_dart: ^1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue