Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
@@ -865,7 +865,7 @@ function cancel() {
|
||||
}
|
||||
|
||||
function insertMention() {
|
||||
os.selectUser().then(user => {
|
||||
os.selectUser({ localOnly: localOnly.value, includeSelf: true }).then(user => {
|
||||
insertTextAtCursor(textareaEl.value, '@' + Misskey.acct.toString(user) + ' ');
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user