This commit is contained in:
Aevann1 2022-01-31 06:22:14 +02:00
parent a2533b0f4f
commit d8f9195873

View file

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