Merge remote-tracking branch 'misskey-original/develop' into develop
# Conflicts: # package.json # packages/frontend/src/components/MkFoldableSection.vue # packages/frontend/src/components/MkPostForm.vue
This commit is contained in:
commit
7579df2da0
48 changed files with 607 additions and 292 deletions
|
|
@ -435,7 +435,7 @@ function applySelect() {
|
|||
|
||||
function chooseUser() {
|
||||
props.close();
|
||||
os.selectUser().then(user => {
|
||||
os.selectUser({ includeSelf: true }).then(user => {
|
||||
complete('user', user);
|
||||
props.textarea.focus();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue