mirror of
https://github.com/kuhyx/signal-bot.git
synced 2026-07-04 13:43:12 +02:00
fix: remove automatic message count whenever something gets send to group
This commit is contained in:
parent
b325126042
commit
0205627e26
1
main.py
1
main.py
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user