diff options
Diffstat (limited to 'src/state/models/invited-users.ts')
-rw-r--r-- | src/state/models/invited-users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/invited-users.ts b/src/state/models/invited-users.ts index a28e0309a..cd3667062 100644 --- a/src/state/models/invited-users.ts +++ b/src/state/models/invited-users.ts @@ -61,7 +61,7 @@ export class InvitedUsers { profile => !profile.viewer?.following, ) }) - this.rootStore.me.follows.hydrateProfiles(this.profiles) + this.rootStore.me.follows.hydrateMany(this.profiles) } catch (e) { this.rootStore.log.error( 'Failed to fetch profiles for invited users', |