diff options
| author | Fuwn <[email protected]> | 2025-03-18 06:59:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-18 06:59:13 -0700 |
| commit | c8417fe807ff27f5331e78f743d58dff90c3656e (patch) | |
| tree | 348c48baf4d5057279ab5cf5d1c457a7a7f11bfa | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c8417fe807ff27f5331e78f743d58dff90c3656e.tar.xz sora-testing-c8417fe807ff27f5331e78f743d58dff90c3656e.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 3a1fcd3..6615330 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -104,6 +104,7 @@ struct PostGridView: View { } .navigationTitle("Posts") .refreshable { + manager.clearPageCache() await manager.fetchPosts(page: 1, tags: manager.tags, replace: true) } .scrollDisabled(manager.isLoading) |