diff --git a/sukuinote/plugins/log_reports.py b/sukuinote/plugins/log_reports.py index 6a74cec..7801e49 100644 --- a/sukuinote/plugins/log_reports.py +++ b/sukuinote/plugins/log_reports.py @@ -93,4 +93,3 @@ async def log_reports(client, message): text += f' {html.escape(mtext.strip()[:1000])}' log_ring.append(text) reported[message.chat.id].add(message.message_id) - reported[reply.chat.id].add(reply.message_id)