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