swiftui-multiplatform/Shared/Models
Angelo Stavrow a2f9d23037
Always use /api/posts/{POST_ID} to avoid stale-post-slug logic
If the post used to have a post slug, it follows the post until it gets a new post slug. If the post was moved, we end up with a situation where the collection/slug combination is out of sync, and so the API sends back a 404 (FIXME: the Swift package silently fails here).
2020-10-16 14:01:44 -04:00
..
LocalStorageModel.xcdatamodeld/LocalStorageModel.xcdatamodel Add wasDeletedFromServer flag to WFAPost entity 2020-09-17 14:31:45 -04:00
PostStatus.swift Extract PostStatus enum to own file and add raw Int32 values 2020-09-08 11:27:57 -04:00
WriteFreelyModel.swift Always use /api/posts/{POST_ID} to avoid stale-post-slug logic 2020-10-16 14:01:44 -04:00