diff options
Diffstat (limited to 'Hutch/Models')
| -rw-r--r-- | Hutch/Models/Inbox.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Models/Inbox.swift b/Hutch/Models/Inbox.swift index 8ab2480..071bcbc 100644 --- a/Hutch/Models/Inbox.swift +++ b/Hutch/Models/Inbox.swift @@ -51,7 +51,7 @@ struct InboxThreadSummary: Identifiable, Hashable, Sendable { "subject=\(subject) listRID=\(listRID) listID=\(listID) rootEmailID=\(rootEmailID) rootMessageID=\(rootMessageID) groupingKey=\(threadGroupingKey)" } - var threadGroupingKey: String { + nonisolated var threadGroupingKey: String { "\(listRID)#\(Self.normalizationKey(for: subject))" } |
