diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-04 12:09:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 12:09:05 +0100 |
commit | ae0b78cb1f8d81a6344d99cb6fd63074336f5a2b (patch) | |
tree | 5c49c7ac78238f0341b1f0496654bd6e881d62fc /changelog.d | |
parent | Update `user_filters` table to have a unique index, and non-null columns (#1172) (diff) | |
parent | Typo (diff) | |
download | synapse-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.bugfix | 1 |
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. |