From 15643096e59684f497227414efbeb96e74005043 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 13 Aug 2026 10:35:10 +0300 Subject: [PATCH] fix post_with_media in DMs --- src/components/Post/Embed/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx index 02d20caf12..da930dc6fb 100644 --- a/src/components/Post/Embed/index.tsx +++ b/src/components/Post/Embed/index.tsx @@ -68,7 +68,11 @@ export function Embed({embed: rawEmbed, ...rest}: EmbedProps) { } case 'post_with_media': { return ( - +