diff --git a/packages/client/src/components/renote-button.vue b/packages/client/src/components/renote-button.vue index 3bcbe665b..a067b884f 100644 --- a/packages/client/src/components/renote-button.vue +++ b/packages/client/src/components/renote-button.vue @@ -63,7 +63,8 @@ export default defineComponent({ icon: 'fas fa-retweet', action: () => { os.api('notes/create', { - renoteId: props.note.id + renoteId: props.note.id, + visibility: props.note.visibility, }); } }, {