Better responsiveness
This commit is contained in:
parent
9d9f796130
commit
d4559402e4
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ export function submitCompose() {
|
|||
}).then(function (response) {
|
||||
dispatch(submitComposeSuccess(response.data));
|
||||
dispatch(updateTimeline('home', response.data));
|
||||
dispatch(updateTimeline('public', response.data));
|
||||
}).catch(function (error) {
|
||||
dispatch(submitComposeFail(error));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue