fix: new channel not loading

This commit is contained in:
Klemek
2021-07-13 18:35:15 +02:00
parent 20e4c05cc5
commit 1a7c041f67
+1 -1
View File
@@ -19,7 +19,7 @@ class ChannelLogs:
self.last_message_id = None
self.first_message_id = None
self.format = FORMAT
self.messages = []
self.messages = set()
self.start_date = None
elif isinstance(channel, dict):
self.format = channel["format"] if "format" in channel else None