0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-02 03:08:26 +02:00
dendrite/roomserver/internal
Mayeul Cantan af41fcadc4
Fix Dendrite not backfilling on world_readable rooms (#1575)
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>`

Co-authored-by: Kegsay <kegan@matrix.org>
2020-11-16 10:47:16 +00: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 (#1575) 2020-11-16 10:47:16 +00:00
query Implement forgetting about rooms (#1572) 2020-11-05 10:19:23 +00:00
alias.go Implement rejected events (#1426) 2020-09-16 13:00:52 +01:00
api.go Implement forgetting about rooms (#1572) 2020-11-05 10:19:23 +00:00