dendrite/roomserver/auth
Till a734b112c6
Fix backfilling (#3117)
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
..
auth_test.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
auth.go Fix backfilling (#3117) 2023-06-20 16:52:29 +02:00