1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-24 01:34:27 -05:00
dendrite/roomserver/internal/input
Neil Alexander 59bc0a6f4e
Reprocess rejected input events ()
* Reprocess outliers that were previously rejected

* Might as well do all events this way

* More useful errors

* Fix queries

* Tweak condition

* Don't wrap errors

* Report more useful error

* Flatten error on `r.Queryer.QueryStateAfterEvents`

* Some more debug logging

* Flatten error in `QueryRestrictedJoinAllowed`

* Revert "Flatten error in `QueryRestrictedJoinAllowed`"

This reverts commit 1238b4184c.

* Tweak `QueryStateAfterEvents`

* Handle MissingStateError too

* Scope to room

* Clean up

* Fix the error

* Only apply rejection check to outliers
2022-08-18 10:37:47 +01:00
..
input.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
input_events.go Reprocess rejected input events () 2022-08-18 10:37:47 +01:00
input_latest_events.go Fix linter issues () 2022-08-05 11:12:41 +02:00
input_membership.go Membership updater refactoring () 2022-07-22 14:44:04 +01:00
input_missing.go Try more servers when calling /state_ids () 2022-08-03 17:37:27 +01:00
input_test.go Ristretto cache () 2022-07-11 14:31:31 +01:00