about summary refs log tree commit diff
path: root/src/state/models/lists/reposted-by.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/lists/reposted-by.ts')
-rw-r--r--src/state/models/lists/reposted-by.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/lists/reposted-by.ts b/src/state/models/lists/reposted-by.ts
index a70375bdc..5d4fc107d 100644
--- a/src/state/models/lists/reposted-by.ts
+++ b/src/state/models/lists/reposted-by.ts
@@ -130,6 +130,6 @@ export class RepostedByModel {
     this.loadMoreCursor = res.data.cursor
     this.hasMore = !!this.loadMoreCursor
     this.repostedBy = this.repostedBy.concat(res.data.repostedBy)
-    this.rootStore.me.follows.hydrateProfiles(res.data.repostedBy)
+    this.rootStore.me.follows.hydrateMany(res.data.repostedBy)
   }
 }