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.
* The primary domain is used to provide main service of Misskey.
* The secondary domain is used to avoid vulnerabilities such as XSS.
* The primary-domain is used to provide the main service of Misskey.
* The secondary-domain is used to avoid vulnerabilities such as XSS.
**Ensure that the secondary domain is not a subdomain of the primary domain.**

View File

@ -224,7 +224,7 @@ function gameStart(game) {
* @param 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', {