diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-05 20:46:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 14:46:50 -0500 |
commit | 3b51c763ba5601e155e3e27a46cddf0370da83eb (patch) | |
tree | ada08d68211cceeb2107666caf1328a6380101a0 /changelog.d | |
parent | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) (diff) | |
download | synapse-3b51c763ba5601e155e3e27a46cddf0370da83eb.tar.xz |
Fix get federation status of destination if no error occured (#11593)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11593.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11593.bugfix b/changelog.d/11593.bugfix new file mode 100644 index 0000000000..963fd0e58e --- /dev/null +++ b/changelog.d/11593.bugfix @@ -0,0 +1 @@ +Fix an error in to get federation status of a destination server even if no error has occurred. This admin API was new introduced in Synapse 1.49.0. |