From 4d4836ec777af70f4018c6d0b82cfdee397860f6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Nov 2021 21:52:48 +0200 Subject: [PATCH] sdffds --- files/classes/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/comment.py b/files/classes/comment.py index 136188e9b..7f900cccf 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -363,7 +363,7 @@ class Comment(Base): if v.filter_words and self.body and any([x in self.body for x in v.filter_words]): return True - if self.is_banned or (self.author and self.author.shadowbanned): return True + if self.is_banned or (self.author and self.author.shadowbanned and not v.shadowbanned): return True return False