mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 07:21:49 -05: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.
|
# values.
|
||||||
NS_LIST = [NS_USERS, NS_ALIASES, NS_ROOMS]
|
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,
|
def __init__(self, token, hostname, url=None, namespaces=None, hs_token=None,
|
||||||
sender=None, id=None, protocols=None, rate_limited=True):
|
sender=None, id=None, protocols=None, rate_limited=True):
|
||||||
self.token = token
|
self.token = token
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue