diff --git a/docs/10_streaming.rst b/docs/10_streaming.rst index 7a7723b..a56d217 100644 --- a/docs/10_streaming.rst +++ b/docs/10_streaming.rst @@ -3,8 +3,8 @@ Streaming .. py:module:: mastodon .. py:class: Mastodon -These functions allow access to the streaming API. For the public, local and hashtag streams, -access is generally possible without authenticating. +These functions allow access to the streaming API. Since Mastodon v4.2.0 the support for anonymous streaming api access was dropped. +You need to generate an access token now. If `run_async` is False, these methods block forever (or until an error is encountered). @@ -72,4 +72,4 @@ StreamListener CallbackStreamListener ~~~~~~~~~~~~~~~~~~~~~~ -.. autoclass:: CallbackStreamListener \ No newline at end of file +.. autoclass:: CallbackStreamListener