Aevann 2023-07-27 03:35:31 +03:00
parent 5178f7470f
commit d62b72ff31
1 changed files with 0 additions and 1 deletions

View File

@ -1129,7 +1129,6 @@ class User(Base):
@property
@lazy
def can_see_restricted_holes(self):
if self.client: return False
if self.blacklisted_by: return False
if self.shadowbanned: return False
if self.is_permabanned: return False