summary refs log tree commit diff
path: root/changelog.d/5702.bugfix
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-07-18 13:38:05 +0200
committerGitHub <noreply@github.com>2019-07-18 13:38:05 +0200
commit4dc2eda1d34b142035e5cb2a93e27272dce84c03 (patch)
treed66b433595254eb665e1327d5116c66bfa697560 /changelog.d/5702.bugfix
parentMerge pull request #5646 from matrix-org/babolivier/profile-allow-self (diff)
parentFix changelog (diff)
downloadsynapse-4dc2eda1d34b142035e5cb2a93e27272dce84c03.tar.xz
Merge pull request #5702 from matrix-org/babolivier/3pid-invite dinsic_2019-07-18
Fix check of the association between a 3PID invite and the subsequent m.room.member event in the 3rd party rules
Diffstat (limited to 'changelog.d/5702.bugfix')
-rw-r--r--changelog.d/5702.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5702.bugfix b/changelog.d/5702.bugfix
new file mode 100644

index 0000000000..43b6e39b13 --- /dev/null +++ b/changelog.d/5702.bugfix
@@ -0,0 +1 @@ +Fix 3PID invite to invite association detection in the Tchap room access rules.