Add reaction deck
This commit is contained in:
parent
db5c358f4f
commit
f1625fe101
24 changed files with 404 additions and 13 deletions
|
@ -11,6 +11,7 @@ import { Provider as ReduxProvider } from 'react-redux';
|
|||
import { ScrollContext } from 'react-router-scroll-4';
|
||||
|
||||
import { fetchCustomEmojis } from 'mastodon/actions/custom_emojis';
|
||||
import { fetchReactionDeck } from 'mastodon/actions/reaction_deck';
|
||||
import { hydrateStore } from 'mastodon/actions/store';
|
||||
import { connectUserStream } from 'mastodon/actions/streaming';
|
||||
import ErrorBoundary from 'mastodon/components/error_boundary';
|
||||
|
@ -29,6 +30,7 @@ const hydrateAction = hydrateStore(initialState);
|
|||
store.dispatch(hydrateAction);
|
||||
if (initialState.meta.me) {
|
||||
store.dispatch(fetchCustomEmojis());
|
||||
store.dispatch(fetchReactionDeck());
|
||||
}
|
||||
|
||||
const createIdentityContext = state => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue