Check group_id belongs to this domain

This commit is contained in:
Luke Barnard 2017-11-16 17:54:27 +00:00
parent 97bd18af4e
commit b1edf26051
2 changed files with 12 additions and 3 deletions

View file

@ -154,6 +154,7 @@ def _load_appservice(hostname, as_info, config_filename):
)
return ApplicationService(
token=as_info["as_token"],
hostname=hostname,
url=as_info["url"],
namespaces=as_info["namespaces"],
hs_token=as_info["hs_token"],