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:
|
matrix:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: matrix
|
path: "."
|
||||||
sha256: "829f225f74b2a8c83b6b1f960004ecf742215d9ee9d8cc9e0f1974ff8e281f0f"
|
ref: "krille/do-not-load-timeline-while-sync-processing"
|
||||||
url: "https://pub.dev"
|
resolved-ref: d7025e496f04050c010df35e9f2ac2c785550eb4
|
||||||
source: hosted
|
url: "https://github.com/famedly/matrix-dart-sdk.git"
|
||||||
version: "0.39.1"
|
source: git
|
||||||
|
version: "0.39.2"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,10 @@ dependencies:
|
||||||
just_audio: ^0.9.39
|
just_audio: ^0.9.39
|
||||||
latlong2: ^0.9.1
|
latlong2: ^0.9.1
|
||||||
linkify: ^5.0.0
|
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
|
mime: ^1.0.6
|
||||||
native_imaging: ^0.2.0
|
native_imaging: ^0.2.0
|
||||||
opus_caf_converter_dart: ^1.0.1
|
opus_caf_converter_dart: ^1.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue