Remove StateStore trait from state-res collect events needed

This commit is contained in:
Devin Ragotzy 2021-01-06 08:52:30 -05:00 committed by Timo Kösters
parent 7c4d74bf9b
commit 8a035880f0
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 170 additions and 117 deletions

View file

@ -25,7 +25,7 @@ ruma = { git = "https://github.com/ruma/ruma", features = ["rand", "client-api",
# Used when doing state resolution
# state-res = { git = "https://github.com/timokoesters/state-res", branch = "timo-spec-comp", features = ["unstable-pre-spec"] }
# TODO: remove the gen-eventid feature
state-res = { git = "https://github.com/ruma/state-res", branch = "event-trait", features = ["unstable-pre-spec", "gen-eventid"] }
state-res = { git = "https://github.com/ruma/state-res", branch = "no-db", features = ["unstable-pre-spec", "gen-eventid"] }
# state-res = { path = "../../state-res", features = ["unstable-pre-spec", "gen-eventid"] }
# Used for long polling and federation sender, should be the same as rocket::tokio