diff options
author | Erik Johnston <erik@matrix.org> | 2023-01-19 22:19:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 22:19:56 +0000 |
commit | cdf2707678dc9f08e965eb0f0c1f39e71552fe3e (patch) | |
tree | 3fe1161c95d2eb0d68a5b97fe2b006e252924023 /changelog.d | |
parent | Implement MSC3930: polls push rules (#14787) (diff) | |
download | synapse-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.misc | 1 |
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. |