mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
fix thinkos
This commit is contained in:
parent
8f646f2d04
commit
5b68f29f48
2 changed files with 7 additions and 7 deletions
|
@ -90,7 +90,7 @@ class DirectoryWorkerStore(SQLBaseStore):
|
|||
class DirectoryStore(DirectoryWorkerStore):
|
||||
@defer.inlineCallbacks
|
||||
def create_room_alias_association(self, room_alias, room_id, servers, creator=None):
|
||||
""" Creates an associatin between a room alias and room_id/servers
|
||||
""" Creates an association between a room alias and room_id/servers
|
||||
|
||||
Args:
|
||||
room_alias (RoomAlias)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue