mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-11 16:08:28 -04:00
Fix a couple of small typos
This commit is contained in:
parent
a3cf36f76e
commit
34a43f0084
2 changed files with 3 additions and 3 deletions
|
@ -270,7 +270,7 @@ class ApplicationService(object):
|
|||
def is_exclusive_room(self, room_id):
|
||||
return self._is_exclusive(ApplicationService.NS_ROOMS, room_id)
|
||||
|
||||
def get_exlusive_user_regexes(self):
|
||||
def get_exclusive_user_regexes(self):
|
||||
"""Get the list of regexes used to determine if a user is exclusively
|
||||
registered by the AS
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue