parent
d18023f164
commit
d3383fb188
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import { Provider } from 'react-redux';
|
||||
|
||||
import { fetchCircles } from 'mastodon/actions/circles';
|
||||
import { fetchCustomEmojis } from 'mastodon/actions/custom_emojis';
|
||||
import { hydrateStore } from 'mastodon/actions/store';
|
||||
import { Router } from 'mastodon/components/router';
|
||||
|
@ -13,6 +14,7 @@ if (initialState) {
|
|||
}
|
||||
|
||||
store.dispatch(fetchCustomEmojis());
|
||||
store.dispatch(fetchCircles());
|
||||
|
||||
const ComposeContainer = () => (
|
||||
<IntlProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue