remotes/1693045480750635534/spooky-22
Aevann1 2022-01-31 06:20:59 +02:00
parent 4d778f6f06
commit 3d08f9d4cb
1 changed files with 2 additions and 0 deletions

View File

@ -409,6 +409,8 @@ class Comment(Base):
@lazy
def collapse_for_user(self, v, path):
if self.author_id == v.id: return False
if path == '/admin/removed/comments': return False
if self.over_18 and not (v and v.over_18) and not (self.post and self.post.over_18): return True