This commit is contained in:
parent
00fe5d91a7
commit
eaa23134de
|
@ -92,6 +92,7 @@ def query_shouts(slug=None, shout_id=None):
|
||||||
comments_reaction.shout == Shout.id,
|
comments_reaction.shout == Shout.id,
|
||||||
comments_reaction.kind == ReactionKind.COMMENT.value,
|
comments_reaction.kind == ReactionKind.COMMENT.value,
|
||||||
comments_reaction.deleted_at.is_(None),
|
comments_reaction.deleted_at.is_(None),
|
||||||
|
comments_reaction.reply_to.is_(None),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.scalar_subquery()
|
.scalar_subquery()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user