summaryrefslogtreecommitdiff
path: root/src/server/api/service
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-28 21:43:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-28 21:43:33 +0900
commit5a76716b5a92723edeb510d6594477f97819530e (patch)
treee3b96c4bfdcaaa46db2facb064851566eb715a1b /src/server/api/service
parentFix bug (diff)
downloadmisskey-5a76716b5a92723edeb510d6594477f97819530e.tar.gz
misskey-5a76716b5a92723edeb510d6594477f97819530e.tar.bz2
misskey-5a76716b5a92723edeb510d6594477f97819530e.zip
home
Diffstat (limited to 'src/server/api/service')
-rw-r--r--src/server/api/service/github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/service/github.ts b/src/server/api/service/github.ts
index cd9760a36d..da33648a16 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