summaryrefslogtreecommitdiff
path: root/Sora/Data/PostWithContext.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Data/PostWithContext.swift')
-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)