summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2023-12-05 11:40:27 +0000
committerGitHub <noreply@github.com>2023-12-05 11:40:27 +0000
commitea783550bb8098f7c37e6ebfa83902108f377890 (patch)
treec2c3f66486fc972d3396791e30fb2613869b23e8 /changelog.d
parentFix postgres schema after dropping old tables (#16730) (diff)
downloadsynapse-ea783550bb8098f7c37e6ebfa83902108f377890.tar.xz
Set response values to zero if None for /_synapse/admin/v1/federation/destinations (#16729)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16729.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16729.bugfix b/changelog.d/16729.bugfix
new file mode 100644
index 0000000000..50e72ac1f8
--- /dev/null
+++ b/changelog.d/16729.bugfix
@@ -0,0 +1 @@
+Fix GET /_synapse/admin/v1/federation/destinations returning null (instead of 0) for `retry_last_ts` and `retry_interval`.