mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 03:44:12 +02:00
Merge branch 'develop' into mahjong
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user