summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-01-19 22:19:56 +0000
committerGitHub <noreply@github.com>2023-01-19 22:19:56 +0000
commitcdf2707678dc9f08e965eb0f0c1f39e71552fe3e (patch)
tree3fe1161c95d2eb0d68a5b97fe2b006e252924023 /changelog.d
parentImplement MSC3930: polls push rules (#14787) (diff)
downloadsynapse-cdf2707678dc9f08e965eb0f0c1f39e71552fe3e.tar.xz
Fix bug in wait for stream position (#14872)
This caused some requests to fail.

This caused some requests to fail.

This really only started causing issues due to #14856
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14872.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14872.misc b/changelog.d/14872.misc
new file mode 100644
index 0000000000..3731d6cbf1
--- /dev/null
+++ b/changelog.d/14872.misc
@@ -0,0 +1 @@
+Fix `wait_for_stream_position` to correctly wait for the right instance to advance its token.