diff options
author | Michael Telatynski <7t3chguy@gmail.com> | 2019-10-10 13:03:44 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-10 13:03:44 +0100 |
commit | 9a84d74417a1c9fbcd6c57e7ef23e5590e04ef49 (patch) | |
tree | 7054e74a51d4c110fa007a1bc16d2055e245112c /changelog.d | |
parent | send 404 as http-status when filter-id is unknown to the server (#2380) (diff) | |
download | synapse-9a84d74417a1c9fbcd6c57e7ef23e5590e04ef49.tar.xz |
before fulfilling a group invite,check if user is already joined/invited (#3436)
Fixes vector-im/riot-web#5645
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3436.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3436.bugfix b/changelog.d/3436.bugfix new file mode 100644 index 0000000000..15714a11e0 --- /dev/null +++ b/changelog.d/3436.bugfix @@ -0,0 +1 @@ +Fix a problem where users could be invited twice to the same group. |