dendrite/roomserver/query
Kegan Dougal 137b58a8a9 bugfix: Fix a bug which caused failures to join rooms over federation
The cause of this was the semantics of `/send_join`'s `auth_chain` response.

Previously, we would only send back the auth chain *for the join event* and
not the entire room state. However, we would then try to check that the
room state is valid, and then be missing auth events.

Now, we send back the entire auth chain for all room state in `/send_join`.
The spec needs to be clarified that this is what the chain should be.
2020-03-17 15:22:46 +00:00
..
query.go bugfix: Fix a bug which caused failures to join rooms over federation 2020-03-17 15:22:46 +00:00
query_test.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00