From f3fbc5055fc8b8660ad0b5873f7e69732d726239 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 13 Jul 2023 19:20:27 -0500 Subject: [PATCH] FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true --- app/soapbox/actions/familiar-followers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/actions/familiar-followers.ts b/app/soapbox/actions/familiar-followers.ts index ee38084ba..a412509a8 100644 --- a/app/soapbox/actions/familiar-followers.ts +++ b/app/soapbox/actions/familiar-followers.ts @@ -33,5 +33,6 @@ export const fetchAccountFamiliarFollowers = (accountId: string) => (dispatch: A type: FAMILIAR_FOLLOWERS_FETCH_FAIL, id: accountId, error, + skipAlert: true, })); };