mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 15:57:46 -05:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_appservice.py | ||
| test_auth.py | ||
| test_device.py | ||
| test_directory.py | ||
| test_e2e_keys.py | ||
| test_e2e_room_keys.py | ||
| test_presence.py | ||
| test_profile.py | ||
| test_register.py | ||
| test_roomlist.py | ||
| test_stats.py | ||
| test_sync.py | ||
| test_typing.py | ||
| test_user_directory.py | ||