diff --git a/app/main.py b/app/main.py index e29f2f3..fe4f9ec 100644 --- a/app/main.py +++ b/app/main.py @@ -281,6 +281,7 @@ async def index( ), ), ) + .order_by(models.OutboxObject.is_pinned.desc()) .order_by(models.OutboxObject.ap_published_at.desc()) .offset(page_offset) .limit(page_size)