mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Better responsiveness
This commit is contained in:
parent
9d9f796130
commit
d4559402e4
@ -71,6 +71,7 @@ export function submitCompose() {
|
|||||||
}).then(function (response) {
|
}).then(function (response) {
|
||||||
dispatch(submitComposeSuccess(response.data));
|
dispatch(submitComposeSuccess(response.data));
|
||||||
dispatch(updateTimeline('home', response.data));
|
dispatch(updateTimeline('home', response.data));
|
||||||
|
dispatch(updateTimeline('public', response.data));
|
||||||
}).catch(function (error) {
|
}).catch(function (error) {
|
||||||
dispatch(submitComposeFail(error));
|
dispatch(submitComposeFail(error));
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user