1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

fix: wrong soft fail check, too many events in /sync state response

This commit is contained in:
Timo Kösters 2021-08-25 17:36:10 +02:00 committed by Jonas Zohren
parent 72e2b643bb
commit 981d054b0c
4 changed files with 51 additions and 36 deletions

View file

@ -271,6 +271,7 @@ impl Database {
shorteventid_eventid: builder.open_tree("shorteventid_eventid")?,
shorteventid_shortstatehash: builder.open_tree("shorteventid_shortstatehash")?,
roomid_shortstatehash: builder.open_tree("roomid_shortstatehash")?,
roomsynctoken_shortstatehash: builder.open_tree("roomsynctoken_shortstatehash")?,
statehash_shortstatehash: builder.open_tree("statehash_shortstatehash")?,
eventid_outlierpdu: builder.open_tree("eventid_outlierpdu")?,