From a8e49756f4524f79a8c1269b76e97c00d44051cd Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Oct 2019 22:32:51 +0200 Subject: Add a test case for conversation streaming --- mastodon/streaming.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon/streaming.py') 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): self.local_update_handler = local_update_handler self.delete_handler = delete_handler self.notification_handler = notification_handler + self.conversation_handler = conversation_handler def on_update(self, status): if self.update_handler != None: -- cgit v1.2.3