Backfill room history on startup
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user