Progress with DMs
Progress with DMs
This commit is contained in:
@@ -11,6 +11,7 @@ import { ScrollContext } from 'react-router-scroll-4'
|
||||
import { IntlProvider, addLocaleData } from 'react-intl'
|
||||
import { fetchCustomEmojis } from '../actions/custom_emojis'
|
||||
import { fetchPromotions } from '../actions/promotions'
|
||||
import { fetchChatConversationUnreadCount } from '../actions/chat_conversations'
|
||||
import { hydrateStore } from '../actions/store'
|
||||
import { MIN_ACCOUNT_CREATED_AT_ONBOARDING } from '../constants'
|
||||
import {
|
||||
@@ -35,6 +36,7 @@ const hydrateAction = hydrateStore(initialState)
|
||||
store.dispatch(hydrateAction)
|
||||
store.dispatch(fetchCustomEmojis())
|
||||
store.dispatch(fetchPromotions())
|
||||
store.dispatch(fetchChatConversationUnreadCount())
|
||||
|
||||
const mapStateToProps = (state) => ({
|
||||
accountCreatedAt: !!me ? state.getIn(['accounts', me, 'created_at']) : undefined,
|
||||
|
||||
Reference in New Issue
Block a user