From 3765d1b0085bc569b3aef0c22825f9e76bf1f8cd Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 26 Feb 2026 18:04:21 +0100 Subject: [PATCH] extra explanation for handling file --- stoat_view_messages/python/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stoat_view_messages/python/main.py b/stoat_view_messages/python/main.py index 3cc7dc7..675e738 100644 --- a/stoat_view_messages/python/main.py +++ b/stoat_view_messages/python/main.py @@ -65,6 +65,7 @@ def process_messages(db): #EDIT ME attachment_links = "\n".join([f"https://yourdomain.com/autumn/attachments/{att['_id']}/{att['filename']}" for att in attachments]) report += attachment_links + report += f"\n(if the URL does not work remove everything after /attachments// and then open it and reload browser tab)" extra = "and files" report += f""" \nto delete the message {extra} from the system type: "Delete {msg['_id']}". After being processed will your delete command be deleted as well. Remember to manually ban the user if they post problematic content and to also delete the bot report if the content is problematic.""" send_post_message_to_stoat(report)