From 66601a8091a73f3e31f4fb534c38b3eca4756e93 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 23 Apr 2026 17:39:13 -0500 Subject: fix: profile loading error and user-timeline prefs update --- Hutch/Views/Settings/SettingsViewModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Hutch/Views/Settings/SettingsViewModel.swift') diff --git a/Hutch/Views/Settings/SettingsViewModel.swift b/Hutch/Views/Settings/SettingsViewModel.swift index 0b55e6a..edfaad4 100644 --- a/Hutch/Views/Settings/SettingsViewModel.swift +++ b/Hutch/Views/Settings/SettingsViewModel.swift @@ -90,7 +90,7 @@ final class SettingsViewModel { avatar userType sshKeys { - results { id fingerprint comment created lastUsed } + results { id comment created lastUsed } cursor } pgpKeys { @@ -114,7 +114,7 @@ final class SettingsViewModel { private static let createSSHKeyMutation = """ mutation createSSHKey($key: String!) { createSSHKey(key: $key) { - id fingerprint comment created lastUsed + id comment created lastUsed } } """ -- cgit v1.2.3