diff options
| author | Fuwn <[email protected]> | 2025-07-14 07:06:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-14 07:06:09 -0700 |
| commit | a93a09f87f9ea487543daea1b7dbe17f5d02a453 (patch) | |
| tree | 79fbddd7960e65c89a618e42948bdedfcd0aeec0 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a93a09f87f9ea487543daea1b7dbe17f5d02a453.tar.xz sora-testing-a93a09f87f9ea487543daea1b7dbe17f5d02a453.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Data/Booru/BooruManager.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Data/Booru/BooruManager.swift b/Sora/Data/Booru/BooruManager.swift index 284ad25..1458636 100644 --- a/Sora/Data/Booru/BooruManager.swift +++ b/Sora/Data/Booru/BooruManager.swift @@ -102,7 +102,7 @@ class BooruManager: ObservableObject { // swiftlint:disable:this type_body_leng flavor: flavor, provider: provider ) - .sorted { $0.id > $1.id } + .sorted { $0.createdAt > $1.createdAt } continuation.resume(returning: parsedPosts) } |