about summary refs log tree commit diff
path: root/src/state/models/cache/my-follows.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/cache/my-follows.ts')
-rw-r--r--src/state/models/cache/my-follows.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/cache/my-follows.ts b/src/state/models/cache/my-follows.ts
index 14eeaae21..eaab829bc 100644
--- a/src/state/models/cache/my-follows.ts
+++ b/src/state/models/cache/my-follows.ts
@@ -57,6 +57,7 @@ export class MyFollowsCache {
         await this.rootStore.agent.app.bsky.graph.follow.list({
           repo: this.rootStore.me.did,
           rkeyStart,
+          reverse: true,
         })
       records = records.concat(res.records)
       rkeyStart = res.cursor