This commit is contained in:
syuilo 2018-03-15 19:53:56 +09:00
commit fe81d2b865
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@ If you can use Docker, please see [Setup with Docker](./docker.en.md).
---------------------------------------------------------------- ----------------------------------------------------------------
Misskey requires two domains called the primary domain and the secondary domain. Misskey requires two domains called the primary domain and the secondary domain.
* The primary domain is used to provide main service of Misskey. * The primary-domain is used to provide the main service of Misskey.
* The secondary domain is used to avoid vulnerabilities such as XSS. * The secondary-domain is used to avoid vulnerabilities such as XSS.
**Ensure that the secondary domain is not a subdomain of the primary domain.** **Ensure that the secondary domain is not a subdomain of the primary domain.**

View file

@ -224,7 +224,7 @@ function gameStart(game) {
* @param inviter * @param inviter
*/ */
async function onInviteMe(inviter) { async function onInviteMe(inviter) {
console.log(`Anybody invited me: @${inviter.username}`); console.log(`Someone invited me: @${inviter.username}`);
// 承認 // 承認
const game = await request.post('https://api.misskey.xyz/othello/match', { const game = await request.post('https://api.misskey.xyz/othello/match', {