diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-06 14:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 14:05:41 +0100 |
commit | 60f0534b6e910a497800da2454638bcf4aae006e (patch) | |
tree | c169769a547d9fd8a6e4ac2bce2e18fc3d1266fd /changelog.d | |
parent | Clean up federation event auth code (#10539) (diff) | |
download | synapse-60f0534b6e910a497800da2454638bcf4aae006e.tar.xz |
Fix exceptions in logs when failing to get remote room list (#10541)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10541.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10541.bugfix b/changelog.d/10541.bugfix new file mode 100644 index 0000000000..bb946e0920 --- /dev/null +++ b/changelog.d/10541.bugfix @@ -0,0 +1 @@ +Fix exceptions in logs when failing to get remote room list. |