From 41328cb5fc9bbc949f710e33ce135740cbe39430 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 27 Apr 2023 20:06:44 +0200 Subject: [PATCH] fix this https://rdrama.net/h/vampire/post/166279/this-is-mavis/4056251#context --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index b7e1858ee8..0dd63c9840 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -438,7 +438,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_emojis= captured.append(i.group(0)) old = i.group(0) - if 'marseylong1' in old or 'marseylong2' in old or 'marseyllama1' in old or 'marseyllama2' in old: + if 'marseylong1' in old or 'marseylong2' in old or 'marseylongcockandballs' in old or 'marseyllama1' in old or 'marseyllama2' in old: new = old.lower().replace(">", " class='mb-0'>") else: new = old.lower()