summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-09-20 12:05:00 +0100
committerRichard van der Hoff <richard@matrix.org>2019-09-20 12:09:39 +0100
commit9d94313209fdb2141189c927cb1f81fea6feb5e4 (patch)
treeb099752578112abc6f1b58aadbab47454bfe4417 /changelog.d
parentEnsure email validation link parameters are URL-encoded (#6063) (diff)
downloadsynapse-9d94313209fdb2141189c927cb1f81fea6feb5e4.tar.xz
Fix exception when resetting retry timings
Fixes:
> TypeError: set_destination_retry_timings() missing 1 required positional
argument: 'retry_interval'

Introduced in #6016.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6072.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6072.misc b/changelog.d/6072.misc
new file mode 100644
index 0000000000..91cf164714
--- /dev/null
+++ b/changelog.d/6072.misc
@@ -0,0 +1 @@
+Add a 'failure_ts' column to the 'destinations' database table.