From 758f1a0b53a208a1cb2b3d08a6f4be5732f4c507 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 13 Feb 2021 02:24:44 +0900 Subject: [PATCH] fix --- src/client/pages/share.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/pages/share.vue b/src/client/pages/share.vue index a50a959f0f..7600d6bce5 100644 --- a/src/client/pages/share.vue +++ b/src/client/pages/share.vue @@ -104,8 +104,8 @@ export default defineComponent({ } } })(),(async () => { - const renoteId = urlParams.get('replyId'); - const renoteUri = urlParams.get('replyUri'); + const renoteId = urlParams.get('renoteId'); + const renoteUri = urlParams.get('renoteUri'); if (renoteId) { this.renote = await os.api('notes/show', { noteId: renoteId