From 802a352ad8ec1b917d092864c64d60d79b6ba3ea Mon Sep 17 00:00:00 2001 From: zevaryx Date: Wed, 7 Dec 2022 20:30:56 -0700 Subject: [PATCH] Add resolve keyword to account_search --- mastodon/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/accounts.py b/mastodon/accounts.py index cd43c57..af717eb 100644 --- a/mastodon/accounts.py +++ b/mastodon/accounts.py @@ -243,7 +243,7 @@ class Mastodon(Internals): 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