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'
)),
showContent: (spoilerText, spoilerShown) => !spoilerText || spoilerShown,
params: (notification, notificationId, status, statusId, timelineType, account, accountId, uuid,
isStatusInNotification, isStatusInOwnThread, originalAccount, originalAccountId,
spoilerShown, visibility, replyShown, replyVisibility, spoilerText) => ({
params: (notification, notificationId, status, statusId, timelineType,
account, accountId, uuid, isStatusInNotification, isStatusInOwnThread,
originalAccount, originalAccountId, spoilerShown, visibility, replyShown,
replyVisibility, spoilerText, originalStatus, originalStatusId) => ({
notification,
notificationId,
status,
@ -230,7 +231,9 @@
visibility,
replyShown,
replyVisibility,
spoilerText
spoilerText,
originalStatus,
originalStatusId
})
}
}