diff options
| author | Fuwn <[email protected]> | 2025-09-01 18:51:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-01 18:51:11 -0700 |
| commit | 4fab43ffa975500e886acbebbcd901c3fb4dc6ae (patch) | |
| tree | fdbb21b3a3e11de5feb1400ec1b51a7b272895f4 /Sora/Data | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.tar.xz sora-testing-4fab43ffa975500e886acbebbcd901c3fb4dc6ae.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data')
| -rw-r--r-- | Sora/Data/PostWithContext.swift | 1 |
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) |