diff --git a/files/classes/user.py b/files/classes/user.py index 60cda57138..021f58b10a 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -1093,6 +1093,8 @@ class User(Base): if SITE == 'watchpeopledie.tv' and other.id == 5: return False else: + if hasattr(other, 'is_blocking') and other.is_blocking: + return False if other.parent_post: return cls.can_see(user, other.post) else: