diff options
author | Lorenz Diener <[email protected]> | 2019-04-28 14:28:05 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-28 14:28:05 +0200 |
commit | a29d278bf9cacf5f888561564f112312707e32fd (patch) | |
tree | a85fb9da87db5c99c4d19d062ce5eb702878840d /docs | |
parent | 65e2596d9bad2ac0a0c434ccc89700bd8e5d12ff (diff) | |
download | mastodon.py-a29d278bf9cacf5f888561564f112312707e32fd.tar.gz |
Add support for conversation streaming
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
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 | ||