diff --git a/src/modules/statuses.js b/src/modules/statuses.js index cbad5e70..b493c212 100644 --- a/src/modules/statuses.js +++ b/src/modules/statuses.js @@ -136,7 +136,7 @@ const addNewStatuses = (state, { statuses, showImmediately = false, timeline, us if (result.new) { if (statusType(status) === 'retweet' && status.retweeted_status.user.id === user.id) { - addNotification({ type: 'repeat', status: status.retweeted_status, action: status }) + addNotification({ type: 'repeat', status: status, action: status }) } // We are mentioned in a post