mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
リバーシ関連の投稿をホームに
This commit is contained in:
parent
f7f93651d9
commit
a36052cb26
|
@ -430,7 +430,8 @@ class Session {
|
||||||
if (this.allowPost) {
|
if (this.allowPost) {
|
||||||
const body = {
|
const body = {
|
||||||
i: config.i,
|
i: config.i,
|
||||||
text: text
|
text: text,
|
||||||
|
visibility: 'home'
|
||||||
} as any;
|
} as any;
|
||||||
|
|
||||||
if (renote) {
|
if (renote) {
|
||||||
|
|
Loading…
Reference in a new issue