This commit is contained in:
tonyrewin 2022-11-22 19:07:18 +03:00
parent cf852d01dd
commit e8cacac1f8

View File

@ -262,7 +262,7 @@ async def load_reactions_by(_, info, by, limit=50, offset=0):
).where(
Reaction.deletedAt.is_(None)
)
q = prepare_reactions(q, by, user)
q = prepare_reactions(q, by)
q = q.limit(limit).offset(offset)
rrr = []