diff options
author | Jason Robinson <jasonr@matrix.org> | 2019-09-11 20:22:18 +0300 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2019-09-11 20:48:31 +0300 |
commit | 6d847d8ce69f2cb849633265aaeb4a9df4ff713d (patch) | |
tree | 91574da19ab927f1d6ccc2e7122c2c6c4ad172aa /changelog.d | |
parent | Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) (diff) | |
download | synapse-6d847d8ce69f2cb849633265aaeb4a9df4ff713d.tar.xz |
Ensure support users can be registered even if MAU limit is reached
This allows support users to be created even on MAU limits via the admin API. Support users are excluded from MAU after creation, so it makes sense to exclude them in creation - except if the whole host is in disabled state. Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6020.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6020.bugfix b/changelog.d/6020.bugfix new file mode 100644 index 0000000000..58a7deba9d --- /dev/null +++ b/changelog.d/6020.bugfix @@ -0,0 +1 @@ +Ensure support users can be registered even if MAU limit is reached. |