Add hasNewerRemoteCopy flag to the Post type

This commit is contained in:
Angelo Stavrow 2020-08-27 15:32:40 -04:00
parent 4a7b1a5355
commit 66790e7933
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -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()