From bc1baf3af901b3d10cbf574107254864f4c47fec Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 27 Sep 2023 21:45:38 +0900 Subject: [PATCH] refs #1018 Show custom reactions for Firefish --- src/components/timelines/status/Status.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/timelines/status/Status.tsx b/src/components/timelines/status/Status.tsx index f60a4a8c..40858a99 100644 --- a/src/components/timelines/status/Status.tsx +++ b/src/components/timelines/status/Status.tsx @@ -179,7 +179,15 @@ const Status: React.FC = props => { {status.emoji_reactions && status.emoji_reactions.map(e => ( ))}