Sort file lists for consistent storage

This commit is contained in:
Christoph Hagen
2024-11-20 14:25:10 +01:00
parent 8ae2a237cc
commit cb22ae34f2
6 changed files with 76 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ extension PostFile: Codable {
*/
struct LocalizedPostFile {
let images: Set<String>
let images: [String]
let title: String?