Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dillinger committed Jan 11, 2016
2 parents 2cbdedc + 050d530 commit d38e1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hypchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def users(self, **ops):
params['include-guests'] = 'true'
if ops.get('deleted', False):
params['include-deleted'] = 'true'
if 'expand' in ops:
params['expand'] = ops['expand']
resp = self._requests.get(self.users_url, params=params)
return Linker._obj_from_text(resp.text, self._requests)

Expand Down

0 comments on commit d38e1a1

Please sign in to comment.