Merge branch 'ff-skipalert' into 'develop'
FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true See merge request soapbox-pub/soapbox!2603
This commit is contained in:
commit
2dfad76cdd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue