diff options
author | reivilibre <oliverw@matrix.org> | 2023-05-26 14:28:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 14:28:55 +0000 |
commit | c775d80b73b7930b9541e353fc24dcef66579e48 (patch) | |
tree | d7a2460c1857ee9583cb8ac4aed4591b6ff8bbd1 /changelog.d/15672.bugfix | |
parent | Add `dch` and `notify-send` to the development Nix flake so that the release ... (diff) | |
download | synapse-c775d80b73b7930b9541e353fc24dcef66579e48.tar.xz |
Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided. (#15672)
* Fix #15669: always populate instance map even if it was empty * Fix some tests * Fix more tests * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * CI fix: don't forget to update apt repository sources before installing olddeps deps * Add test testing the backwards compatibility --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d/15672.bugfix')
-rw-r--r-- | changelog.d/15672.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15672.bugfix b/changelog.d/15672.bugfix new file mode 100644 index 0000000000..c81d7332b7 --- /dev/null +++ b/changelog.d/15672.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided. \ No newline at end of file |