about summary refs log tree commit diff
path: root/src/state/models/ui/search.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/ui/search.ts')
-rw-r--r--src/state/models/ui/search.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/ui/search.ts b/src/state/models/ui/search.ts
index 4ab9db513..2b2036751 100644
--- a/src/state/models/ui/search.ts
+++ b/src/state/models/ui/search.ts
@@ -59,7 +59,7 @@ export class SearchUIModel {
       } while (profilesSearch.length)
     }
 
-    this.rootStore.me.follows.hydrateProfiles(profiles)
+    this.rootStore.me.follows.hydrateMany(profiles)
 
     runInAction(() => {
       this.profiles = profiles