From d5cc1fc35d8bb618cee70a6a39be5ac4a0ffac57 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Jan 2022 04:02:15 +0200 Subject: [PATCH] sdf --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index f2e8519dc..317671dbf 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -630,7 +630,7 @@ def edit_comment(cid, v): for i in re.finditer('^(https:\/\/.*\.(png|jpg|jpeg|gif|webp|PNG|JPG|JPEG|GIF|WEBP|9999))', body, re.MULTILINE): if "wikipedia" not in i.group(1): body = body.replace(i.group(1), f'![]({i.group(1)})') - if v.agendaposter and not v.marseyawarded and parent_post.id not in (37696,37697,37749,37833,37838): + if v.agendaposter and not v.marseyawarded: body = torture_ap(body, v.username) if not c.options: