mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
fixup
This commit is contained in:
parent
81d9d1bee6
commit
d306bd1b26
@ -41,8 +41,8 @@ class UserDirectoryStoreTestCase(unittest.TestCase):
|
|||||||
BOBBY: ProfileInfo(None, "bobby"),
|
BOBBY: ProfileInfo(None, "bobby"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
yield self.store.add_users_who_share_room(
|
yield self.store.add_users_in_public_rooms(
|
||||||
"!room:id", False, ((ALICE, BOB), (BOB, ALICE))
|
"!room:id", (ALICE, BOB)
|
||||||
)
|
)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user