summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/mfm.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-30 08:41:22 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-30 08:41:22 +0900
commitdcfc526453ccaa5e5a4e0cb237c3380d80eb1a42 (patch)
tree73f9a5e8e14c405625804d890a44c0a8b6ee9062 /packages/frontend/src/components/mfm.ts
parent13.0.0-beta.7 (diff)
downloadsharkey-dcfc526453ccaa5e5a4e0cb237c3380d80eb1a42.tar.gz
sharkey-dcfc526453ccaa5e5a4e0cb237c3380d80eb1a42.tar.bz2
sharkey-dcfc526453ccaa5e5a4e0cb237c3380d80eb1a42.zip
fix 912791b3ab
Diffstat (limited to 'packages/frontend/src/components/mfm.ts')
-rw-r--r--packages/frontend/src/components/mfm.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/mfm.ts b/packages/frontend/src/components/mfm.ts
index c077d84441..d248ec9f43 100644
--- a/packages/frontend/src/components/mfm.ts
+++ b/packages/frontend/src/components/mfm.ts
@@ -273,6 +273,7 @@ export default defineComponent({
key: Math.random(),
emoji: `:${token.props.name}:`,
normal: this.plain,
+ host: this.author?.host,
})];
}