From ea6b9f40d2983b6cbcb9dd2381bf82960dcfc2fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?=
=?UTF-8?q?=E3=81=AB=E3=82=85?=
<17376330+u1-liquid@users.noreply.github.com>
Date: Mon, 21 Oct 2024 09:34:14 +0900
Subject: [PATCH] =?UTF-8?q?fix(frontend/customemoji):=20=E3=83=AA=E3=82=A2?=
=?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E4=BB=A5=E5=A4=96=E3=81=AE?=
=?UTF-8?q?=E9=83=A8=E5=88=86=E3=81=A7=E3=81=AF=E3=83=95=E3=82=A9=E3=83=BC?=
=?UTF-8?q?=E3=83=AB=E3=83=90=E3=83=83=E3=82=AF=E7=94=BB=E5=83=8F=E3=81=AB?=
=?UTF-8?q?=E3=81=AA=E3=82=89=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?=
=?UTF-8?q?=20(MisskeyIO#769)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/frontend/src/components/MkReactionIcon.vue | 2 +-
packages/frontend/src/components/global/MkCustomEmoji.vue | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/packages/frontend/src/components/MkReactionIcon.vue b/packages/frontend/src/components/MkReactionIcon.vue
index 59ceab27d..068a2968d 100644
--- a/packages/frontend/src/components/MkReactionIcon.vue
+++ b/packages/frontend/src/components/MkReactionIcon.vue
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+
diff --git a/packages/frontend/src/components/global/MkCustomEmoji.vue b/packages/frontend/src/components/global/MkCustomEmoji.vue
index de6dc5b87..2d890a446 100644
--- a/packages/frontend/src/components/global/MkCustomEmoji.vue
+++ b/packages/frontend/src/components/global/MkCustomEmoji.vue
@@ -4,7 +4,8 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
+:{{ customEmojiName }}:
+
();
const react = inject<((name: string) => void) | null>('react', null);