reply-to-fix
This commit is contained in:
parent
c90783f461
commit
7b72963b24
|
@ -327,7 +327,7 @@ async def load_shouts_unrated(_, info, limit: int = 50, offset: int = 0):
|
||||||
Reaction,
|
Reaction,
|
||||||
and_(
|
and_(
|
||||||
Reaction.shout == Shout.id,
|
Reaction.shout == Shout.id,
|
||||||
Reaction.replyTo.is_(None),
|
Reaction.reply_to.is_(None),
|
||||||
Reaction.kind.in_(
|
Reaction.kind.in_(
|
||||||
[ReactionKind.LIKE.value, ReactionKind.DISLIKE.value]
|
[ReactionKind.LIKE.value, ReactionKind.DISLIKE.value]
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user