diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-24 00:59:48 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-24 00:59:48 +0200 |
commit | b7266db01b73348bb74dd4277053825580193477 (patch) | |
tree | a2b713e866298046f8f4fa2bf93566371ded9651 /docs | |
parent | 34280e604ce1caf56b3fa0b8501d82bc498b3975 (diff) | |
download | mastodon.py-b7266db01b73348bb74dd4277053825580193477.tar.gz |
Add new notification types, test for pathlib support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 8 |
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). | |||
938 | Version checking can also be disabled altogether. If a version check fails, | 938 | Version checking can also be disabled altogether. If a version check fails, |
939 | Mastodon.py throws a `MastodonVersionError`. | 939 | Mastodon.py throws a `MastodonVersionError`. |
940 | 940 | ||
941 | Some functions need to check what version of Mastodon they are talking to. | ||
942 | These will generally use a cached version to avoid sending a lot of pointless | ||
943 | requests. | ||
944 | |||
945 | Many non-mainline forks have various different formats for their versions and | ||
946 | they have different, incompatible ideas about how to report version. Mastodon.py | ||
947 | tries its best to figure out what is going on, but success is not guaranteed. | ||
948 | |||
941 | With the following functions, you can make Mastodon.py re-check the server | 949 | With the following functions, you can make Mastodon.py re-check the server |
942 | version or explicitly determine if a specific minimum Version is available. | 950 | version or explicitly determine if a specific minimum Version is available. |
943 | Long-running applications that aim to support multiple Mastodon versions | 951 | Long-running applications that aim to support multiple Mastodon versions |