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
parent 9f8c45c763
commit 9152b877a7
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")?,