From fb103fbabd9865f711f5052f63816b35fc259585 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 23:54:01 -0500 Subject: feat: expand user profile in Look Up --- Hutch/Models/User.swift | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Hutch/Models') diff --git a/Hutch/Models/User.swift b/Hutch/Models/User.swift index a9350a3..625cfdc 100644 --- a/Hutch/Models/User.swift +++ b/Hutch/Models/User.swift @@ -3,8 +3,17 @@ import Foundation /// A Sourcehut user from meta.sr.ht. struct User: Decodable, Sendable { let id: Int + let created: String? + let updated: String? let username: String let canonicalName: String let email: String + let url: String? + let location: String? + let bio: String? let avatar: String? + let pronouns: String? + let userType: String? + let receivesPaidServices: Bool? + let suspensionNotice: String? } -- cgit v1.2.3