0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 23:09:01 +02:00
dendrite/roomserver/internal
Neil Alexander 59bc0a6f4e
Reprocess rejected input events (#2647)
* 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
..
helpers Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
input Reprocess rejected input events (#2647) 2022-08-18 10:37:47 +01:00
perform Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
query Reprocess rejected input events (#2647) 2022-08-18 10:37:47 +01:00
alias.go Roomserver producers package (#2546) 2022-07-01 10:54:07 +01:00
api.go Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554) 2022-07-05 14:50:56 +02:00