From 0ca29cb1812e594a3fc18ec1d226f8deb76ee2c8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 8 Aug 2023 20:21:09 +0800 Subject: [PATCH] Fix wrong color for filtered group post --- src/components/status.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 3e8c85cd..74c1651b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1996,7 +1996,7 @@ const unfurlMastodonLink = throttle( function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) { const { - account: { avatar, avatarStatic, bot }, + account: { avatar, avatarStatic, bot, group }, createdAt, visibility, reblog, @@ -2021,7 +2021,7 @@ function FilteredStatus({ status, filterInfo, instance, containerProps = {} }) { return (
{