mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:16:04 -04:00
Fix some tests
This commit is contained in:
parent
4c682143c8
commit
4d6af0dde3
5 changed files with 120 additions and 130 deletions
|
@ -131,7 +131,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
|
|||
if ignore_user is not None and member == ignore_user:
|
||||
continue
|
||||
|
||||
if member.is_mine:
|
||||
if hs.is_mine(member):
|
||||
if localusers is not None:
|
||||
localusers.add(member)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue