diff --git a/files/classes/post.py b/files/classes/post.py index 3604a6a03..56bbb137e 100644 --- a/files/classes/post.py +++ b/files/classes/post.py @@ -245,9 +245,7 @@ class Post(Base): @lazy def award_count(self, kind, v): - if SITE_NAME == 'WPD' and not v and kind in {'confetti', 'fireworks'} and self.sub not in {'meta', 'discussion', 'social', 'music'}: - return 0 - elif v and v.poor: + if v and v.poor: return 0 elif self.distinguish_level: if SITE_NAME == 'rDrama' and kind in {'glowie', 'tilt',}: