summary refs log tree commit diff
path: root/changelog.d/6004.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only count real users when checking for auto-creation of auto-join roomJason Robinson2019-09-091-0/+1
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>