1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-24 02:34:17 +09:00

Fix: post detail view

This commit is contained in:
Noa Himesaka 2024-12-30 02:39:34 +09:00
parent 050dae1e95
commit c2795bd19b

View File

@ -164,6 +164,8 @@ export const DetailedStatus: React.FC<{
let media = contentMedia;
let mediaIcons: string[] = contentMediaIcons;
const { signedIn } = useIdentity();
if (mediaOutsideCW) {
media = extraMedia;
mediaIcons = extraMediaIcons;