Skip to content
Snippets Groups Projects
Commit d4559402 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Better responsiveness

parent 9d9f7961
No related branches found
No related tags found
No related merge requests found
......@@ -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));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment