forked from shadowfacts/Tusker
Fix post error messages not being displayed correctly
This commit is contained in:
parent
8ff20bf7aa
commit
c17cf460d7
|
@ -44,7 +44,7 @@ public final class ComposeController: ViewController {
|
|||
@Published var isShowingSaveDraftSheet = false
|
||||
@Published var isShowingDraftsList = false
|
||||
@Published var poster: PostService?
|
||||
@Published var postError: (any Error)?
|
||||
@Published var postError: PostService.Error?
|
||||
@Published public private(set) var didPostSuccessfully = false
|
||||
|
||||
var isPosting: Bool {
|
||||
|
|
Loading…
Reference in New Issue