diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-30 16:42:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 16:42:11 +0000 |
commit | c3d4ad8afdbe181707451410100dec4817c2c01a (patch) | |
tree | 0aa1cb23234419e1857918f2c8e5edb75949b9cf /changelog.d | |
parent | When server leaves room check for stale device lists. (#6801) (diff) | |
download | synapse-c3d4ad8afdbe181707451410100dec4817c2c01a.tar.xz |
Fix sending server up commands from workers (#6811)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6811.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6811.bugfix b/changelog.d/6811.bugfix new file mode 100644 index 0000000000..361f2fc2e8 --- /dev/null +++ b/changelog.d/6811.bugfix @@ -0,0 +1 @@ +Fix waking up other workers when remote server is detected to have come back online. |