From a17b20cfa142469019cd5982ba200510afc1f884 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 14:54:23 +0200 Subject: fix naming for featured tags --- docs/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index dad7669..c2caf3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -130,11 +130,12 @@ allows you to specify the largest id you want. By specifying either min_id or `m (generally, only one, not both, though specifying both is supported starting with Mastodon version 3.3.0) of them you can go through pages forwards and backwards. -On Mastodon mainline, you can, pass datetime objects as IDs, since the IDs used are -Snowflake IDs and dates can be approximately converted to those. This is guaranteed -to work on mainline Mastodon servers and very likely to work on all forks, but will -**not** work on other servers implementing the API, like Pleroma, Misskey or Gotosocial. -You should not use this if you want your application to be universally compatible. +On Mastodon mainline, you can, pass datetime objects as IDs when fetching posts, +since the IDs used are Snowflake IDs and dates can be approximately converted to those. +This is guaranteed to work on mainline Mastodon servers and very likely to work on all +forks, but will **not** work on other servers implementing the API, like Pleroma, Misskey +or Gotosocial. You should not use this if you want your application to be universally +compatible. `limit` allows you to specify how many results you would like returned. Note that an instance may choose to return less results than you requested - by default, Mastodon @@ -1178,6 +1179,7 @@ These functions allow you to interact with other accounts: To (un)follow and .. automethod:: Mastodon.account_unpin .. automethod:: Mastodon.account_update_credentials .. automethod:: Mastodon.account_note_set +.. automethod:: Mastodon.account_featured_tags Writing data: Featured tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3