spec(notes/create): 投稿されたnoteを返さないオプションを追加 (MisskeyIO#879)
This commit is contained in:
parent
8bd7884873
commit
535a6bc756
7 changed files with 20 additions and 5 deletions
|
@ -773,6 +773,7 @@ async function post(ev?: MouseEvent) {
|
|||
visibility: visibility.value,
|
||||
visibleUserIds: visibility.value === 'specified' ? visibleUsers.value.map(u => u.id) : undefined,
|
||||
reactionAcceptance: reactionAcceptance.value,
|
||||
noCreatedNote: true,
|
||||
};
|
||||
|
||||
if (withHashtags.value && hashtags.value && hashtags.value.trim() !== '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue