dendrite/roomserver/internal
Mayeul Cantan a56b83a7b5 Fix Dendrite not backfilling on world_readable rooms
The previous implementation was only checking if room history was
"shared", which it wasn't for rooms where a user was invited, or world
readable rooms.
This implementation leverages the IsServerAllowed method, which already
implements the complete verification algorithm.

Signed-off-by: `Mayeul Cantan <oss+matrix@mayeul.net>`
2020-10-31 20:15:24 +01:00
..
helpers Return what we have when we encounter missing events when servicing backfill/gme (#1499) 2020-10-08 12:22:00 +01:00
input Add possibilty to configure MaxMessageBytes for sarama (#1563) 2020-10-27 14:11:37 +00:00
perform Fix Dendrite not backfilling on world_readable rooms 2020-10-31 20:15:24 +01:00
query Improved state handling in /send (#1521) 2020-10-14 12:39:37 +01:00
alias.go Implement rejected events (#1426) 2020-09-16 13:00:52 +01:00
api.go Optimise servers to backfill from (#1485) 2020-10-06 18:09:02 +01:00