diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/streaming.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mastodon/streaming.py b/mastodon/streaming.py index 098863f..214ed1c 100644 --- a/mastodon/streaming.py +++ b/mastodon/streaming.py | |||
@@ -162,6 +162,7 @@ class CallbackStreamListener(StreamListener): | |||
162 | self.local_update_handler = local_update_handler | 162 | self.local_update_handler = local_update_handler |
163 | self.delete_handler = delete_handler | 163 | self.delete_handler = delete_handler |
164 | self.notification_handler = notification_handler | 164 | self.notification_handler = notification_handler |
165 | self.conversation_handler = conversation_handler | ||
165 | 166 | ||
166 | def on_update(self, status): | 167 | def on_update(self, status): |
167 | if self.update_handler != None: | 168 | if self.update_handler != None: |