Merge branch 'develop' into mahjong

This commit is contained in:
syuilo
2024-02-01 16:42:32 +09:00
72 changed files with 214 additions and 201 deletions

View File

@@ -196,7 +196,7 @@ async function matchHeatbeat() {
async function matchUser() {
pleaseLogin();
const user = await os.selectUser({ localOnly: true });
const user = await os.selectUser({ includeSelf: false, localOnly: true });
if (user == null) return;
matchingUser.value = user;