mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-13 23:31:34 +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.. |
||
---|---|---|
.. | ||
perform_admin.go | ||
perform_backfill.go | ||
perform_create_room.go | ||
perform_forget.go | ||
perform_inbound_peek.go | ||
perform_invite.go | ||
perform_join.go | ||
perform_leave.go | ||
perform_peek.go | ||
perform_publish.go | ||
perform_unpeek.go | ||
perform_upgrade.go |