From a8443700a2e70504b161d8a3fc7e214068d1ef5f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 7 Jan 2021 18:46:46 -0500 Subject: [PATCH] Removed toast on fetchCommentsFail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - toast on fetchCommentsFail --- app/javascript/gabsocial/actions/statuses.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/gabsocial/actions/statuses.js b/app/javascript/gabsocial/actions/statuses.js index fe450a95..e31875a1 100644 --- a/app/javascript/gabsocial/actions/statuses.js +++ b/app/javascript/gabsocial/actions/statuses.js @@ -252,7 +252,6 @@ const fetchCommentsSuccess = (id, descendants) => ({ const fetchCommentsFail = (id, error) => ({ type: COMMENTS_FETCH_FAIL, - showToast: true, id, error, skipAlert: true,