From 5d71dc2be3a145641272d5c15aadd665f130a7da Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Sat, 9 Jan 2021 01:03:05 -0500 Subject: [PATCH] Removed fetchRelatedRelationships in streaming notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - fetchRelatedRelationships in streaming notifications --- app/javascript/gabsocial/actions/notifications.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/gabsocial/actions/notifications.js b/app/javascript/gabsocial/actions/notifications.js index 71e1e291..d800cfc9 100644 --- a/app/javascript/gabsocial/actions/notifications.js +++ b/app/javascript/gabsocial/actions/notifications.js @@ -74,8 +74,6 @@ export const updateNotifications = (notification, intlMessages, intlLocale) => ( type: NOTIFICATIONS_UPDATE, notification, }) - - fetchRelatedRelationships(dispatch, [notification]) } }