mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
Remove unused GROUP_ID_REGEX
This commit is contained in:
parent
4e8374856d
commit
d8391f0541
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ class ApplicationService(object):
|
|||
# values.
|
||||
NS_LIST = [NS_USERS, NS_ALIASES, NS_ROOMS]
|
||||
|
||||
GROUP_ID_REGEX = re.compile('\+.*:.+')
|
||||
|
||||
def __init__(self, token, hostname, url=None, namespaces=None, hs_token=None,
|
||||
sender=None, id=None, protocols=None, rate_limited=True):
|
||||
self.token = token
|
||||
|
|
Loading…
Reference in a new issue