0
0
Fork 0
This commit is contained in:
Xeltica 2021-01-06 22:47:18 +09:00
parent 3077e8cc0f
commit 033c4bb12c
7 changed files with 62 additions and 44 deletions

View file

@ -24,7 +24,7 @@ const welcomeMessage = [
'今日、何ノート書いた?',
'10000 ノートは初心者、そう思っていませんか?',
'息するように Misskey、そんなあなたへ。',
'あなたは真の Misskey 廃人ですか?'
'あなたは真の Misskey 廃人ですか?',
];
const login = async (ctx: Context, user: Record<string, unknown>, host: string, token: string) => {