diff --git a/src/server/api/service/github.ts b/src/server/api/service/github.ts index cd9760a36..da33648a1 100644 --- a/src/server/api/service/github.ts +++ b/src/server/api/service/github.ts @@ -25,7 +25,7 @@ const post = async text => { } } - createNote(bot, { text }); + createNote(bot, { text, visibility: 'home' }); }; // Init router