This commit is contained in:
greenart7c3 2024-03-18 07:43:19 -03:00
parent eba0837e52
commit 6e4f1269dd

View File

@ -703,6 +703,7 @@ open class NewPostViewModel() : ViewModel() {
}
open fun saveDraft() {
// TODO: find a way to send only the last modification so we dont get rate limited
sendPost(localDraft = draftTag)
}