Merge branch 'ff-skipalert' into 'develop'

FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true

See merge request soapbox-pub/soapbox!2603
This commit is contained in:
Alex Gleason 2023-07-14 00:21:34 +00:00
commit 2dfad76cdd

View file

@ -33,5 +33,6 @@ export const fetchAccountFamiliarFollowers = (accountId: string) => (dispatch: A
type: FAMILIAR_FOLLOWERS_FETCH_FAIL, type: FAMILIAR_FOLLOWERS_FETCH_FAIL,
id: accountId, id: accountId,
error, error,
skipAlert: true,
})); }));
}; };