summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-09-05 16:35:13 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-09-05 16:35:13 +0100
commitd1d464388acff70b75b61bd1ec6b9d33999c5924 (patch)
tree0592614acbf5e8abbc858bc20f64814c674aa12e /synapse
parentChangelog (diff)
downloadsynapse-d1d464388acff70b75b61bd1ec6b9d33999c5924.tar.xz
Lint
Diffstat (limited to 'synapse')
-rw-r--r--synapse/third_party_rules/access_rules.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/third_party_rules/access_rules.py b/synapse/third_party_rules/access_rules.py

index 41862f6d0b..f564c0484c 100644 --- a/synapse/third_party_rules/access_rules.py +++ b/synapse/third_party_rules/access_rules.py
@@ -483,7 +483,6 @@ class RoomAccessRules(object): """ return rule != ACCESS_RULE_DIRECT - def _on_room_name_change(self, event, rule): """Check whether a change of room name is allowed. The current rule is to forbid such a change in direct chats but allow it @@ -497,7 +496,6 @@ class RoomAccessRules(object): """ return rule != ACCESS_RULE_DIRECT - def _on_room_topic_change(self, event, rule): """Check whether a change of room topic is allowed. The current rule is to forbid such a change in direct chats but allow it