From 5a76716b5a92723edeb510d6594477f97819530e Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 28 May 2018 21:43:33 +0900 Subject: [PATCH] home --- src/server/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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