From 935b7745eac6b0dd4e5aa406d5f7d25cdfcca3f0 Mon Sep 17 00:00:00 2001
From: Roger Braun <roger@rogerbraun.net>
Date: Mon, 23 Apr 2018 19:22:28 +0200
Subject: [PATCH] Fix nsfw in notifications again.

---
 src/modules/statuses.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/statuses.js b/src/modules/statuses.js
index cbad5e70bd..b493c212ad 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
-- 
GitLab