don't collapse comment chains

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-11 23:21:25 +02:00
parent e82dbd69ef
commit f2e2e05958
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ class Comment(Base):
if path == '/admin/removed/comments': return False
if f'/{self.id}' in path: return False
if '?context' in path or f'/{self.id}' in path: return False
if self.over_18 and not (v and v.over_18) and not (self.post and self.post.over_18): return True