From 9e48e4681487b1c69577c0e9e5f83d8d8225e494 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 11:49:45 -0500 Subject: feat: add prioritization of polling hutch-stats for logged in user --- Hutch/Views/Lookup/UserProfileView.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Hutch/Views/Lookup/UserProfileView.swift') diff --git a/Hutch/Views/Lookup/UserProfileView.swift b/Hutch/Views/Lookup/UserProfileView.swift index bc04b08..b467c63 100644 --- a/Hutch/Views/Lookup/UserProfileView.swift +++ b/Hutch/Views/Lookup/UserProfileView.swift @@ -175,7 +175,10 @@ struct UserProfileView: View { ownerUsername: owner, actor: actor, client: appState.client, - statsService: HutchStatsService(configuration: appState.configuration) + statsService: HutchStatsService( + configuration: appState.configuration, + currentActor: appState.currentUser?.canonicalName + ) ) profileViewModel = newViewModel vm = newViewModel -- cgit v1.2.3