fix: remove automatic message count whenever something gets send to group

This commit is contained in:
Krzysztof Rudnicki 2024-10-05 10:12:37 +02:00
parent b325126042
commit 0205627e26

View File

@ -181,7 +181,6 @@ async def trigger_command(message_content, recipient):
async def send_to_group(message_content, counter, message):
if message_group_id(message_content) == GROUP_ID:
await count_messages(json.loads(message).get('envelope', {}), counter)
await trigger_command(message_content, GROUP_ID_SEND)
async def remove_attachment(attachment_id):