mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:36:03 -04:00
fixup
This commit is contained in:
parent
797b6a63fc
commit
c0332d095f
2 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_rooms_user_is_in(self, user_id):
|
||||
def get_user_dir_rooms_user_is_in(self, user_id):
|
||||
"""
|
||||
Returns the rooms that a user is in.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue