Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-02-01 10:53:22 +09:00
commit 470815ba73
No known key found for this signature in database
GPG key ID: 143DE582A97FE052
4 changed files with 51 additions and 23 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;