aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/streaming.py')
-rw-r--r--mastodon/streaming.py1
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:
Powered by cgit v1.2.3 (git 2.41.0)