mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 19:38:40 -04:00
More missed get_user_by_id API changes
This commit is contained in:
parent
da4ed08739
commit
92b20713d7
2 changed files with 4 additions and 4 deletions
|
@ -180,7 +180,7 @@ class ApplicationServicesHandler(object):
|
|||
return
|
||||
|
||||
user_info = yield self.store.get_user_by_id(user_id)
|
||||
if len(user_info) > 0:
|
||||
if not user_info:
|
||||
defer.returnValue(False)
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue