anonymousland-synapse/synapse/handlers
Jason Robinson be618e0551 Only count real users when checking for auto-creation of auto-join room
Previously if the first registered user was a "support" or "bot" user,
when the first real user registers, the auto-join rooms were not
created.

Fix to exclude non-real (ie users with a special user type) users
when counting how many users there are to determine whether we should
auto-create a room.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-09-09 14:48:08 +03:00
..
__init__.py
_base.py
account_data.py
account_validity.py Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
acme_issuing_service.py
acme.py
admin.py
appservice.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
auth.py Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
deactivate_account.py
device.py
devicemessage.py Link the send loop with the edus contexts 2019-09-05 14:42:37 +01:00
directory.py
e2e_keys.py
e2e_room_keys.py
events.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
federation.py
groups_local.py
identity.py Ensure a sid parameter is passed to bind_threepid (#5995) 2019-09-06 15:36:50 +01:00
initial_sync.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
message.py
pagination.py
presence.py fix typo 2019-09-03 12:44:14 +01:00
profile.py
read_marker.py
receipts.py
register.py Only count real users when checking for auto-creation of auto-join room 2019-09-09 14:48:08 +03:00
room_list.py
room_member_worker.py
room_member.py code cleanups 2019-09-03 21:05:06 +01:00
room.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py Correctly handle non-bool m.federate flag 2019-09-06 14:21:06 +01:00
sync.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
typing.py
user_directory.py