Skip to content

Commit

Permalink
Merge pull request #296 from zevaryx/master
Browse files Browse the repository at this point in the history
Add resolve keyword to account_search
  • Loading branch information
halcy committed Apr 23, 2023
2 parents a73fce4 + 802a352 commit 8ed48b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def account_relationships(self, id):
params)

@api_version("1.0.0", "2.3.0", _DICT_VERSION_ACCOUNT)
def account_search(self, q, limit=None, following=False):
def account_search(self, q, limit=None, following=False, resolve=False):
"""
Fetch matching accounts. Will lookup an account remotely if the search term is
in the username@domain format and not yet in the database. Set `following` to
Expand Down

0 comments on commit 8ed48b8

Please sign in to comment.