|
|
@ -1,6 +1,7 @@
|
|
|
|
import { Provider } from 'react-redux';
|
|
|
|
import { Provider } from 'react-redux';
|
|
|
|
|
|
|
|
|
|
|
|
import { fetchCustomEmojis } from 'mastodon/actions/custom_emojis';
|
|
|
|
import { fetchCustomEmojis } from 'mastodon/actions/custom_emojis';
|
|
|
|
|
|
|
|
import { fetchServer } from 'mastodon/actions/server';
|
|
|
|
import { hydrateStore } from 'mastodon/actions/store';
|
|
|
|
import { hydrateStore } from 'mastodon/actions/store';
|
|
|
|
import { Router } from 'mastodon/components/router';
|
|
|
|
import { Router } from 'mastodon/components/router';
|
|
|
|
import Compose from 'mastodon/features/standalone/compose';
|
|
|
|
import Compose from 'mastodon/features/standalone/compose';
|
|
|
@ -13,6 +14,7 @@ if (initialState) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
store.dispatch(fetchCustomEmojis());
|
|
|
|
store.dispatch(fetchCustomEmojis());
|
|
|
|
|
|
|
|
store.dispatch(fetchServer());
|
|
|
|
|
|
|
|
|
|
|
|
const ComposeContainer = () => (
|
|
|
|
const ComposeContainer = () => (
|
|
|
|
<IntlProvider>
|
|
|
|
<IntlProvider>
|
|
|
|