diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-16 10:59:56 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-16 13:01:11 +0100 |
commit | 16368c8a34c6d57fcc763a6f8d0b54827a0757be (patch) | |
tree | 426075d5413cbc8d15e559382f0da507312b3618 | |
parent | Use a postgres sequence to generate guest user IDs (diff) | |
download | synapse-16368c8a34c6d57fcc763a6f8d0b54827a0757be.tar.xz |
changelog
-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. |