diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-27 22:10:05 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-28 17:54:46 +0100 |
commit | 8b6468cc15aa763407f856febec2604e6624f8ed (patch) | |
tree | e05d8a97ccca93fdd7a0ca4a8cf9c85e942ed166 | |
parent | Fix AssertionErrors being thrown by EventsStream (diff) | |
download | synapse-8b6468cc15aa763407f856febec2604e6624f8ed.tar.xz |
changelog
-rw-r--r-- | changelog.d/7358.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7358.bugfix b/changelog.d/7358.bugfix new file mode 100644 index 0000000000..f49c600173 --- /dev/null +++ b/changelog.d/7358.bugfix @@ -0,0 +1 @@ +Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind. |