From ecfbd0ae235671f346d27dd292135d76a24e2582 Mon Sep 17 00:00:00 2001 From: Gareth Dunstone Date: Fri, 31 Jan 2020 17:02:10 +1100 Subject: added other parameters to account_update_credentials --- mastodon/Mastodon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index f28b164..0d1750f 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -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. -- cgit v1.2.3