Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
470815ba73
4 changed files with 51 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue