aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
commitb7266db01b73348bb74dd4277053825580193477 (patch)
treea2b713e866298046f8f4fa2bf93566371ded9651 /docs
parent34280e604ce1caf56b3fa0b8501d82bc498b3975 (diff)
downloadmastodon.py-b7266db01b73348bb74dd4277053825580193477.tar.gz
Add new notification types, test for pathlib support
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4484bfa..7a4bb48 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -938,6 +938,14 @@ Mastodon version (with regards to parameters as well as return values).
938Version checking can also be disabled altogether. If a version check fails, 938Version checking can also be disabled altogether. If a version check fails,
939Mastodon.py throws a `MastodonVersionError`. 939Mastodon.py throws a `MastodonVersionError`.
940 940
941Some functions need to check what version of Mastodon they are talking to.
942These will generally use a cached version to avoid sending a lot of pointless
943requests.
944
945Many non-mainline forks have various different formats for their versions and
946they have different, incompatible ideas about how to report version. Mastodon.py
947tries its best to figure out what is going on, but success is not guaranteed.
948
941With the following functions, you can make Mastodon.py re-check the server 949With the following functions, you can make Mastodon.py re-check the server
942version or explicitly determine if a specific minimum Version is available. 950version or explicitly determine if a specific minimum Version is available.
943Long-running applications that aim to support multiple Mastodon versions 951Long-running applications that aim to support multiple Mastodon versions
Powered by cgit v1.2.3 (git 2.41.0)