mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Rename the 'do_users_share_a_room' to something slightly less verb-sounding
This commit is contained in:
parent
967b45bc1a
commit
da3e04df8b
4 changed files with 6 additions and 6 deletions
|
@ -155,7 +155,7 @@ class PresenceHandler(BaseHandler):
|
|||
if observer_user == observed_user:
|
||||
defer.returnValue(True)
|
||||
|
||||
if (yield self.store.do_users_share_a_room(
|
||||
if (yield self.store.user_rooms_intersect(
|
||||
[observer_user, observed_user]
|
||||
)):
|
||||
defer.returnValue(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue