pull/5484/head
Brendan Abolivier 2019-06-14 17:26:37 +01:00
parent 110608d1d6
commit bd8448ccb2
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,8 @@ from twisted.internet import defer
class TchapEventRules(object):
ACESS_RULES_TYPE = "im.vector.room.access_rules"
def __init__(self, config):
# We don't have a config yet.
pass
@ -29,3 +31,12 @@ class TchapEventRules(object):
@defer.inlineCallbacks
def check_event_allowed(self, event, context):
return True
def _apply_restricted(self):
pass
def _apply_unrestricted(self):
pass
def _apply_direct(self):
pass