Remove (hopefully) unnecessary line

This commit is contained in:
blank X 2021-03-10 15:44:54 +07:00
parent 0ef940e065
commit ce12028aa2
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 0 additions and 1 deletions

View File

@ -93,4 +93,3 @@ async def log_reports(client, message):
text += f'</a></b> {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)