mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
Better responsiveness
This commit is contained in:
@@ -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));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user