forked from shadowfacts/Tusker
Fix Send Message action not working on iPad/Mac
This commit is contained in:
parent
b46f007f64
commit
1f0025b101
|
@ -226,6 +226,8 @@ extension MastodonController {
|
||||||
draft.visibility = visibility
|
draft.visibility = visibility
|
||||||
draft.contentWarning = contentWarning
|
draft.contentWarning = contentWarning
|
||||||
draft.contentWarningEnabled = !contentWarning.isEmpty
|
draft.contentWarningEnabled = !contentWarning.isEmpty
|
||||||
|
|
||||||
|
DraftsManager.shared.add(draft)
|
||||||
return draft
|
return draft
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue