Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
fe81d2b865
@ -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.**
|
||||
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user