mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 11:14:40 -04:00
Merge branch 'develop' into markjh/member_cleanup
This commit is contained in:
commit
425e6b4983
14 changed files with 64 additions and 37 deletions
|
@ -78,7 +78,7 @@ class ReplicationResourceCase(unittest.TestCase):
|
|||
@defer.inlineCallbacks
|
||||
def test_presence(self):
|
||||
get = self.get(presence="-1")
|
||||
yield self.hs.get_handlers().presence_handler.set_state(
|
||||
yield self.hs.get_presence_handler().set_state(
|
||||
self.user, {"presence": "online"}
|
||||
)
|
||||
code, body = yield get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue