Fix wrong logic for sensitive media blur

pull/1128/head
Lim Chee Aun 2025-04-27 13:09:10 +08:00
rodzic 649a726062
commit 77c4bf1f70
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2245,7 +2245,7 @@ function Status({
{!previewMode &&
(sensitive || filterInfo?.action === 'blur') &&
!!mediaAttachments.length &&
(readingExpandMedia === 'show_all' ||
(readingExpandMedia !== 'show_all' ||
filterInfo?.action === 'blur') && (
<button
class={`plain spoiler-media-button ${