mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
a734b112c6
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.. |
||
---|---|---|
.. | ||
auth_test.go | ||
auth.go |