aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-28 14:28:05 +0200
committerLorenz Diener <[email protected]>2019-04-28 14:28:05 +0200
commita29d278bf9cacf5f888561564f112312707e32fd (patch)
treea85fb9da87db5c99c4d19d062ce5eb702878840d /docs
parent65e2596d9bad2ac0a0c434ccc89700bd8e5d12ff (diff)
downloadmastodon.py-a29d278bf9cacf5f888561564f112312707e32fd.tar.gz
Add support for conversation streaming
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 48fb0c1..996dee7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -994,6 +994,7 @@ StreamListener
994.. automethod:: StreamListener.on_update 994.. automethod:: StreamListener.on_update
995.. automethod:: StreamListener.on_notification 995.. automethod:: StreamListener.on_notification
996.. automethod:: StreamListener.on_delete 996.. automethod:: StreamListener.on_delete
997.. automethod:: StreamListener.on_conversation
997.. automethod:: StreamListener.on_abort 998.. automethod:: StreamListener.on_abort
998.. automethod:: StreamListener.handle_heartbeat 999.. automethod:: StreamListener.handle_heartbeat
999 1000
Powered by cgit v1.2.3 (git 2.41.0)