diff options
author | Jason Robinson <jasonr@matrix.org> | 2019-09-09 14:43:51 +0300 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2019-09-09 14:48:08 +0300 |
commit | be618e055178f4aa9865ab426182218312bed07f (patch) | |
tree | f461866409ff89a023e615ad2ac521ca302668fd /changelog.d | |
parent | Servers-known-about statistic (#5981) (diff) | |
download | synapse-be618e055178f4aa9865ab426182218312bed07f.tar.xz |
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>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6004.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6004.bugfix b/changelog.d/6004.bugfix new file mode 100644 index 0000000000..45c179c8fd --- /dev/null +++ b/changelog.d/6004.bugfix @@ -0,0 +1 @@ +Only count real users when checking for auto-creation of auto-join room. |