diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-06 15:36:43 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-09-06 15:36:43 +0100 |
commit | b2ec4467c942975dea8d69a0bec76d88e344f54d (patch) | |
tree | b0aef75563f77cd96947b1b9640a650ae1360244 | |
parent | Don't treat 3PID revokation as a new 3PID invite (diff) | |
download | synapse-b2ec4467c942975dea8d69a0bec76d88e344f54d.tar.xz |
Don't process revoked/redacted events as part of the room's membership info
-rw-r--r-- | synapse/third_party_rules/access_rules.py | 4 | ||||
-rw-r--r-- | tests/rest/client/test_room_access_rules.py | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/synapse/third_party_rules/access_rules.py b/synapse/third_party_rules/access_rules.py |