From 6126b43aa9840b8d05583ff410bf0a8bfec43b90 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 7 May 2023 18:05:11 -0700 Subject: [PATCH] fix incomplete revert --- packages/client/src/components/MkRenoteButton.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/client/src/components/MkRenoteButton.vue b/packages/client/src/components/MkRenoteButton.vue index 05f43a5df..090321003 100644 --- a/packages/client/src/components/MkRenoteButton.vue +++ b/packages/client/src/components/MkRenoteButton.vue @@ -103,7 +103,10 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => { } if (["public", "home"].includes(props.note.visibility)) { + buttonActions.push({ + text: `${i18n.ts.renote} (${i18n.ts._visibility.home})`, icon: "ph-house ph-bold ph-lg", + danger: false, action: () => { os.api("notes/create", { renoteId: props.note.id,