From 17002a41bea815b9055dd4e3eb9fabc7d2a391c6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 30 Sep 2021 23:41:49 +0200 Subject: [PATCH] gfdgd --- 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 2b1eda90e..d25a1b172 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -213,7 +213,7 @@ def sanitize(sanitized, noimages=False): if start in sanitized and end in sanitized and start in sanitized.split(end)[0] and end in sanitized.split(start)[1]: sanitized = sanitized.replace(start, '').replace(end, '') - for i in re.finditer("^(\s+)?((:[\w]+:)+(\s+)?)+$", sanitized.replace("

", "").replace("

", ""), re.MULTILINE): + for i in re.finditer("^\s*((:\w+:)\s*)+$", sanitized.replace("

", "").replace("

", ""), re.MULTILINE): emojis = i.group(0).lower() for i in re.finditer('\w*(?