added other parameters to account_update_credentials

pull/209/head
Gareth Dunstone 2020-01-31 17:02:10 +11:00
rodzic 37a180126e
commit ecfbd0ae23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -2107,7 +2107,8 @@ class Mastodon:
def account_update_credentials(self, display_name=None, note=None,
avatar=None, avatar_mime_type=None,
header=None, header_mime_type=None,
locked=None, bot=None, fields=None):
locked=None, bot=None,
discoverable=None, fields=None):
"""
Update the profile for the currently logged-in user.