Backfill room history on startup

This commit is contained in:
2023-11-03 11:35:22 +01:00
parent 347c183a8c
commit 91a1d9ced6
4 changed files with 75 additions and 11 deletions

View File

@ -50,7 +50,8 @@ signal-hook = "0.3.17"
smallvec = "1.11.1"
# Matrix
eyeball-im = "0.4.1" # immutable data structures returned by matrix-sdk-ui
eyeball = "0.8.7" # data structures observer returned by matrix-sdk-ui
eyeball-im = "0.4.1" # immutable data structures observer returned by matrix-sdk-ui
imbl = "2.0" # ditto
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9", features = ["eyre", "markdown"] }
matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9" }