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,