shout-id-fix
This commit is contained in:
@@ -428,7 +428,7 @@ async def reacted_shouts_updates(follower_id: int, limit=50, offset=0) -> List[S
|
||||
.outerjoin(
|
||||
Reaction,
|
||||
and_(
|
||||
Reaction.shout_id == Shout.id,
|
||||
Reaction.shout == Shout.id,
|
||||
Reaction.created_by == follower_id,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user