mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-13 01:11:07 +09:00
home
This commit is contained in:
parent
3f9e5fffbe
commit
5a76716b5a
@ -25,7 +25,7 @@ const post = async text => {
|
||||
}
|
||||
}
|
||||
|
||||
createNote(bot, { text });
|
||||
createNote(bot, { text, visibility: 'home' });
|
||||
};
|
||||
|
||||
// Init router
|
||||
|
Loading…
Reference in New Issue
Block a user