Skip to content

Commit

Permalink
Merge pull request #2318 from acterglobal/ben-fix-restarting-sync
Browse files Browse the repository at this point in the history
Fix restarting sync
  • Loading branch information
gnunicorn authored Nov 18, 2024
2 parents e9958e6 + 1d46b21 commit 7918dbe
Show file tree
Hide file tree
Showing 38 changed files with 548 additions and 301 deletions.
1 change: 1 addition & 0 deletions .changes/2318-sync-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix to not refresh the entire space history on every app start anymore.
37 changes: 21 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ default-members = ["native/acter"]
git = "https://github.com/matrix-org/matrix-rust-sdk"
# path = "../matrix-rust-sdk/crates/matrix-sdk"
default-features = false
features = ["experimental-sliding-sync"]
features = [
"experimental-sliding-sync",
"rustls-tls",
]


[workspace.dependencies.matrix-sdk-base]
git = "https://github.com/matrix-org/matrix-rust-sdk"
# path = "../matrix-rust-sdk/crates/matrix-sdk-base"
default-features = false

[workspace.dependencies.matrix-sdk-sqlite]
git = "https://github.com/matrix-org/matrix-rust-sdk"
# path = "../matrix-rust-sdk/crates/matrix-sdk-sqlite"
Expand Down
Loading

0 comments on commit 7918dbe

Please sign in to comment.