fix: update src/routes/_components/status/Status.html

This commit is contained in:
Nolan Lawson 2023-01-08 20:26:16 -08:00 committed by GitHub
parent adaae33044
commit 3d8709ce8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
notification && notification.status &&
notification.type !== 'mention' && notification.status.id === originalStatusId
),
spoilerShown: ({ $spoilersShown, uuid, $showAllSpoilers }) => ($spoilersShown[uuid] === undefined ? !!$showAllSpoilers : !!$spoilersShown[uuid]),
spoilerShown: ({ $spoilersShown, uuid, $showAllSpoilers }) => (typeof $spoilersShown[uuid] === 'undefined' ? !!$showAllSpoilers : !!$spoilersShown[uuid]),
replyShown: ({ $repliesShown, uuid }) => !!$repliesShown[uuid],
showCard: ({ originalStatus, isStatusInNotification, showMedia, $hideCards }) => (
!$hideCards &&