1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-18 15:53:22 +09:00
This commit is contained in:
syuilo 2018-05-28 21:43:33 +09:00
parent 3f9e5fffbe
commit 5a76716b5a

View File

@ -25,7 +25,7 @@ const post = async text => {
}
}
createNote(bot, { text });
createNote(bot, { text, visibility: 'home' });
};
// Init router