From 87eebd520eb709fa73b9e53b5a10d5195f9806a8 Mon Sep 17 00:00:00 2001 From: patak Date: Thu, 29 Dec 2022 20:20:47 +0100 Subject: [PATCH] feat: simplify reply to current user --- components/status/StatusReplyingTo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/status/StatusReplyingTo.vue b/components/status/StatusReplyingTo.vue index 5bf9c8c5..50150d9b 100644 --- a/components/status/StatusReplyingTo.vue +++ b/components/status/StatusReplyingTo.vue @@ -20,14 +20,14 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status. :title="account ? `Replying to ${getDisplayName(account)}` : 'Replying to someone'" > -
+