mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Removing dispatch of fetchContextFail
No need to flash error message when status is not found. The column will display the message "status not found"
This commit is contained in:
parent
8e760d5f62
commit
910df0f795
@ -105,7 +105,6 @@ export function fetchContext(id) {
|
|||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
dispatch(deleteStatusSuccess(id));
|
dispatch(deleteStatusSuccess(id));
|
||||||
dispatch(deleteFromTimelines(id));
|
dispatch(deleteFromTimelines(id));
|
||||||
dispatch(fetchContextFail(id, error));
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user