summaryrefslogtreecommitdiff
path: root/Hutch/Models/Inbox.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-20 13:15:04 -0500
committerChristian Cleberg <[email protected]>2026-04-20 13:15:04 -0500
commit380fb866d090c5f13b2ad3f88f1fe23c4ade4801 (patch)
treedfb90664e32c5f318a2fd1f107fed5ad9fff6e78 /Hutch/Models/Inbox.swift
parent8b73fd9cd43753b36b3ab3ca5e4dc83a47ea3480 (diff)
downloadhutch-3.2.0.tar.gz
hutch-3.2.0.tar.bz2
hutch-3.2.0.zip
fix: collapse work inbox messages into thread summariesv3.2.0
Diffstat (limited to 'Hutch/Models/Inbox.swift')
-rw-r--r--Hutch/Models/Inbox.swift2
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))"
}