diff --git a/rss_generator.py b/rss_generator.py index 2946093..f781a11 100644 --- a/rss_generator.py +++ b/rss_generator.py @@ -86,6 +86,7 @@ async def _create_messages_groups(messages): if 'PINNED_MESSAGE' in str(message.service): continue if 'NEW_CHAT_PHOTO' in str(message.service): continue if 'NEW_CHAT_TITLE' in str(message.service): continue + if 'VIDEO_CHAT_STARTED' in str(message.service): continue if message.media_group_id: if message.media_group_id not in media_groups: