Rename into RoomAccessRules

pull/5484/head
Brendan Abolivier 2019-06-17 19:29:42 +01:00
parent 19a4298a51
commit 1cd0ecc1f2
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ACCESS_RULE_UNRESTRICTED = "unrestricted"
ACCESS_RULE_DIRECT = "direct"
class TchapEventRules(object):
class RoomAccessRules(object):
def __init__(self, config, http_client):
self.http_client = http_client
self.id_server = config["id_server"]