This commit is contained in:
Nolan Lawson 2018-04-20 23:42:19 -07:00
parent 4f51b71536
commit 43eb00b2cc
1 changed files with 7 additions and 4 deletions

View File

@ -211,9 +211,10 @@
isStatusInOwnThread && 'status-in-own-thread' isStatusInOwnThread && 'status-in-own-thread'
)), )),
showContent: (spoilerText, spoilerShown) => !spoilerText || spoilerShown, showContent: (spoilerText, spoilerShown) => !spoilerText || spoilerShown,
params: (notification, notificationId, status, statusId, timelineType, account, accountId, uuid, params: (notification, notificationId, status, statusId, timelineType,
isStatusInNotification, isStatusInOwnThread, originalAccount, originalAccountId, account, accountId, uuid, isStatusInNotification, isStatusInOwnThread,
spoilerShown, visibility, replyShown, replyVisibility, spoilerText) => ({ originalAccount, originalAccountId, spoilerShown, visibility, replyShown,
replyVisibility, spoilerText, originalStatus, originalStatusId) => ({
notification, notification,
notificationId, notificationId,
status, status,
@ -230,7 +231,9 @@
visibility, visibility,
replyShown, replyShown,
replyVisibility, replyVisibility,
spoilerText spoilerText,
originalStatus,
originalStatusId
}) })
} }
} }