fix 500 error

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-12 17:23:15 +02:00
parent 32bede574b
commit 31a3b987d6
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class Comment(Base):
if not self.parent_submission: sort='old'
return sort_objects(sort, replies, Comment,
include_shadowbanned=(not (v and v.can_see_shadowbanned)))
include_shadowbanned=(not (v and v.can_see_shadowbanned))).all()
@property