Fix feed ordering to use post creation time instead of indexing time
- Changed ORDER BY from indexed_at to created_at for chronological order
- Updated cursor to use created_at for pagination consistency
- Posts now appear in reverse chronological order (newest first)
- created_at is the original post timestamp from Bluesky