mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
1467cc10d8
* 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. * refactor: split out grabbing state to reduce cyclo complexity |
||
---|---|---|
.. | ||
query_test.go | ||
query.go |