remotes/1693045480750635534/spooky-22
Aevann1 2022-01-31 06:22:14 +02:00
parent 3d08f9d4cb
commit f03c4dc38a
1 changed files with 1 additions and 1 deletions

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