Add resolve keyword to account_search

pull/296/head
zevaryx 2022-12-07 20:30:56 -07:00
rodzic 78792a70b9
commit 802a352ad8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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