-
- Downloads
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>
Showing
- changelog.d/6004.bugfix 1 addition, 0 deletionschangelog.d/6004.bugfix
- synapse/handlers/register.py 4 additions, 8 deletionssynapse/handlers/register.py
- synapse/storage/registration.py 39 additions, 0 deletionssynapse/storage/registration.py
- tests/handlers/test_register.py 27 additions, 2 deletionstests/handlers/test_register.py
changelog.d/6004.bugfix
0 → 100644
Please register or sign in to comment