diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-04-23 19:22:28 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-04-23 19:22:28 +0200 |
| commit | 935b7745eac6b0dd4e5aa406d5f7d25cdfcca3f0 (patch) | |
| tree | 356f238fb228464d6c94fbf2faa0f8aed912287c /src | |
| parent | 39026f8bc39bb15dd485b5b6d2a7b28d5deb8cb7 (diff) | |
Fix nsfw in notifications again.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/statuses.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
