0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-06 19:25:26 +02:00
dendrite/roomserver/internal
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
..
helpers Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
input Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
perform Fix backfilling (#3117) 2023-06-20 16:52:29 +02:00
query Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
alias.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
api.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00