diff --git a/files/classes/post.py b/files/classes/post.py index 4aaf6cd8b..2bdbc804d 100644 --- a/files/classes/post.py +++ b/files/classes/post.py @@ -140,7 +140,7 @@ class Post(Base): link = f"/post/{self.id}" if self.hole: link = f"/h/{self.hole}{link}" - if self.hole and self.hole in {'chudrama', 'countryclub', 'highrollerclub'}: + if self.is_banned or self.hole and self.hole in {'chudrama', 'countryclub', 'highrollerclub'}: output = '-' else: title = self.plaintitle(None).lower()