synapse/tests/rest/client/v1
Krombel 91ea0202e6 move handling of auto_join_rooms to RegisterHandler
Currently the handling of auto_join_rooms only works when a user
registers itself via public register api. Registrations via
registration_shared_secret and ModuleApi do not work

This auto_joins the users in the registration handler which enables
the auto join feature for all 3 registration paths.

This is related to issue #2725

Signed-Off-by: Matthias Kesler <krombel@krombel.de>
2018-03-14 16:45:37 +01:00
..
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_events.py move handling of auto_join_rooms to RegisterHandler 2018-03-14 16:45:37 +01:00
test_profile.py s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
test_register.py Merge pull request #1098 from matrix-org/markjh/bearer_token 2016-10-25 17:33:15 +01:00
test_rooms.py s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
test_typing.py s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
utils.py Linearize updates to membership via PUT /state/ 2017-01-09 18:25:13 +00:00