MatrixSynapse/tests/handlers
David Robertson 670a8d9a1e
Fix overwriting profile when making room public (#11003)
This splits apart `handle_new_user` into a function which adds an entry to the `user_directory` and a function which updates the room sharing tables. I plan to continue doing more of this kind of refactoring to clarify the implementation.
2021-10-08 12:52:48 +01:00
..
__init__.py
oidc_test_key.p8
oidc_test_key.pub.pem
test_admin.py
test_appservice.py
test_auth.py
test_cas.py
test_device.py
test_directory.py Use direct references for configuration variables (part 5). (#10897) 2021-09-24 07:25:21 -04:00
test_e2e_keys.py
test_e2e_room_keys.py
test_federation.py Factor out common code for persisting fetched auth events (#10896) 2021-09-24 11:56:33 +01:00
test_message.py
test_oidc.py
test_password_providers.py
test_presence.py
test_profile.py Use direct references for configuration variables (part 7). (#10959) 2021-10-04 07:18:54 -04:00
test_receipts.py
test_register.py Clean-up registration tests (#10945) 2021-09-30 14:06:02 -04:00
test_room.py
test_room_summary.py
test_saml.py
test_send_email.py
test_stats.py Don't drop user dir deltas when server leaves room (#10982) 2021-10-06 12:56:45 +00:00
test_sync.py
test_typing.py
test_user_directory.py Fix overwriting profile when making room public (#11003) 2021-10-08 12:52:48 +01:00