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