Skip to content

Commit

Permalink
update(docs): misskey-dev/misskey#13788 の変更を適用
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed May 4, 2024
1 parent 007872a commit 9528fcb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ Ui:C:postForm({
form: {
cw: "CW注釈" // CWを指定する場合の「要約」テキスト
text: "投稿内容" // 投稿フォームのデフォルト文字列
// 以下はMisskey v2024.5.0以降で指定可能となります
visibility: "home" // デフォルトの投稿の公開範囲(未指定の場合はpublic)
localOnly: false // デフォルトで連合無しかどうか(未指定の場合はfalse)
}
})
```
Expand All @@ -412,6 +416,10 @@ Ui:C:postFormButton({
form: {
cw: "CW注釈" // CWを指定する場合の「要約」テキスト
text: "投稿内容" // 投稿フォームのデフォルト文字列
// 以下はMisskey v2024.5.0以降で指定可能となります
visibility: "home" // デフォルトの投稿の公開範囲(未指定の場合はpublic)
localOnly: false // デフォルトで連合無しかどうか(未指定の場合はfalse)
}
})
```

0 comments on commit 9528fcb

Please sign in to comment.