summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-04 12:09:05 +0100
committerGitHub <noreply@github.com>2019-10-04 12:09:05 +0100
commitae0b78cb1f8d81a6344d99cb6fd63074336f5a2b (patch)
tree5c49c7ac78238f0341b1f0496654bd6e881d62fc /changelog.d
parentUpdate `user_filters` table to have a unique index, and non-null columns (#1172) (diff)
parentTypo (diff)
downloadsynapse-ae0b78cb1f8d81a6344d99cb6fd63074336f5a2b.tar.xz
Merge pull request #6147 from matrix-org/babolivier/3pid-invite-revoked
Don't 500 when trying to exchange a revoked 3PID invite
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6147.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6147.bugfix b/changelog.d/6147.bugfix
new file mode 100644
index 0000000000..b0f936d280
--- /dev/null
+++ b/changelog.d/6147.bugfix
@@ -0,0 +1 @@
+Don't 500 when trying to exchange a revoked 3PID invite.