pull/749/head
greenart7c3 2024-03-18 07:43:19 -03:00
rodzic eba0837e52
commit 6e4f1269dd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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