summaryrefslogtreecommitdiff
path: root/Sora/Data
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-01 18:51:11 -0700
committerFuwn <[email protected]>2025-09-01 18:51:11 -0700
commit4fab43ffa975500e886acbebbcd901c3fb4dc6ae (patch)
treefdbb21b3a3e11de5feb1400ec1b51a7b272895f4 /Sora/Data
parentfeat: Development commit (diff)
downloadsora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.tar.xz
sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.zip
feat: Development commit
Diffstat (limited to 'Sora/Data')
-rw-r--r--Sora/Data/PostWithContext.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Data/PostWithContext.swift b/Sora/Data/PostWithContext.swift
index b98a191..bd8549e 100644
--- a/Sora/Data/PostWithContext.swift
+++ b/Sora/Data/PostWithContext.swift
@@ -4,6 +4,7 @@ struct PostWithContext: Hashable {
let post: BooruPost
// swiftlint:disable:next discouraged_optional_collection
let posts: [BooruPost]?
+ let baseSearchText: String?
func hash(into hasher: inout Hasher) {
hasher.combine(post.id)