mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add hasNewerRemoteCopy flag to the Post type
This commit is contained in:
parent
4a7b1a5355
commit
66790e7933
@ -11,6 +11,7 @@ class Post: Identifiable, ObservableObject {
|
||||
@Published var wfPost: WFPost
|
||||
@Published var status: PostStatus
|
||||
@Published var collection: PostCollection
|
||||
@Published var hasNewerRemoteCopy: Bool = false
|
||||
|
||||
let id = UUID()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user