From 08f7e7d9b35ed384671b1918c4b6d16fd1181f82 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:51:54 +0900 Subject: refactor(frontend): rename pizzax fields --- packages/frontend/src/components/MkFollowButton.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/frontend/src/components/MkFollowButton.vue') diff --git a/packages/frontend/src/components/MkFollowButton.vue b/packages/frontend/src/components/MkFollowButton.vue index 64828699d6..3d5d0ec5ab 100644 --- a/packages/frontend/src/components/MkFollowButton.vue +++ b/packages/frontend/src/components/MkFollowButton.vue @@ -121,11 +121,11 @@ async function onClick() { } else { await misskeyApi('following/create', { userId: props.user.id, - withReplies: store.state.defaultWithReplies, + withReplies: store.s.defaultWithReplies, }); emit('update:user', { ...props.user, - withReplies: store.state.defaultWithReplies, + withReplies: store.s.defaultWithReplies, }); hasPendingFollowRequestFromYou.value = true; -- cgit v1.2.3-freya