comments-fix
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
Untone 2024-10-31 17:27:07 +03:00
parent 00fe5d91a7
commit eaa23134de

View File

@ -92,6 +92,7 @@ def query_shouts(slug=None, shout_id=None):
comments_reaction.shout == Shout.id,
comments_reaction.kind == ReactionKind.COMMENT.value,
comments_reaction.deleted_at.is_(None),
comments_reaction.reply_to.is_(None),
)
)
.scalar_subquery()