diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-16 13:54:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 13:54:45 +0100 |
commit | a827838706b1b0c36afb1f6d6a44ba69751b2ec6 (patch) | |
tree | 5478da2bd4d2c7ed3d42c0450d2f6dad07da36cf /changelog.d | |
parent | Add some tiny type annotations (#7870) (diff) | |
parent | changelog (diff) | |
download | synapse-a827838706b1b0c36afb1f6d6a44ba69751b2ec6.tar.xz |
Merge pull request #7866 from matrix-org/rav/fix_guest_user_id
Fix guest user registration with lots of client readers
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7866.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7866.bugfix b/changelog.d/7866.bugfix new file mode 100644 index 0000000000..6b5c3c4eca --- /dev/null +++ b/changelog.d/7866.bugfix @@ -0,0 +1 @@ +Fix 'Unable to find a suitable guest user ID' error when using multiple client_reader workers. |