chore: fix instant form handling

This commit is contained in:
syuilo
2022-01-27 17:38:02 +09:00
parent 47edc18931
commit 779bd244a6
3 changed files with 4 additions and 3 deletions

View File

@ -182,6 +182,7 @@ function gravity() {
function iLoveMisskey() {
os.post({
initialText: 'I $[jelly ❤] #Misskey',
instant: true,
});
}

View File

@ -5,7 +5,7 @@
<XPostForm
v-if="state === 'writing'"
fixed
:share="true"
:instant="true"
:initial-text="initialText"
:initial-visibility="visibility"
:initial-files="files"