diff --git a/fluxer_app/src/components/channel/MessageAttachments.tsx b/fluxer_app/src/components/channel/MessageAttachments.tsx index 70fe831b..55e15919 100644 --- a/fluxer_app/src/components/channel/MessageAttachments.tsx +++ b/fluxer_app/src/components/channel/MessageAttachments.tsx @@ -193,20 +193,23 @@ const ForwardedMessageContent = observer(({message, snapshot}: {message: Message )} - {snapshot.embeds && snapshot.embeds.length > 0 && UserSettingsStore.getRenderEmbeds() && ( -