fixup
This commit is contained in:
parent
4f51b71536
commit
43eb00b2cc
|
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue