4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-16 09:03:11 +00:00
Till a734b112c6
Fix backfilling ()
This should fix two issues with backfilling:
1. right after creating and joining a room over federation, we are doing
a `/backfill` request, which would return redacted events, because the
`authEvents` are empty. Even though the spec states that, in the absence
of a history visibility event, it should be handled as `shared`.
2. `gomatrixserverlib: unsupported room version ''` - because, well, we
were never setting the `roomInfo` field..
2023-06-20 16:52:29 +02:00
..
2023-06-20 16:52:29 +02:00