mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 20:40:51 -05:00
Oops, we need to use defer.returnValue.
This commit is contained in:
parent
5b058a79cb
commit
cda4ff8519
@ -142,7 +142,8 @@ class PresenceHandler(BaseHandler):
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def is_presence_visible(self, observer_user, observed_user):
|
||||
return defer.succeed(True)
|
||||
defer.returnValue(True)
|
||||
return
|
||||
# FIXME (erikj): This code path absolutely kills the database.
|
||||
|
||||
assert(observed_user.is_mine)
|
||||
|
Loading…
Reference in New Issue
Block a user