From 750527416f4607b38415fa405e85876578dda05e Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 14:22:43 +0200 Subject: Add account notes --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 667ab1c..dad7669 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -493,6 +493,7 @@ Relationship dicts # logged-in users Timeline 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the # logged-in user + 'note': # A free text note the logged in user has created for this account (not publicly visible) } Filter dicts @@ -1176,6 +1177,7 @@ These functions allow you to interact with other accounts: To (un)follow and .. automethod:: Mastodon.account_pin .. automethod:: Mastodon.account_unpin .. automethod:: Mastodon.account_update_credentials +.. automethod:: Mastodon.account_note_set Writing data: Featured tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3