Updating files after merge
This commit is contained in:
@@ -19,7 +19,7 @@ import {
|
||||
import { TIMELINE_DELETE, TIMELINE_DISCONNECT } from '../actions/timelines';
|
||||
import { Map as ImmutableMap, List as ImmutableList } from 'immutable';
|
||||
import compareId from '../utils/compare_id';
|
||||
import { unreadCount } from 'gabsocial/initial_state';
|
||||
import { unreadCount } from '../initial_state';
|
||||
|
||||
const initialState = ImmutableMap({
|
||||
items: ImmutableList(),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { POLLS_IMPORT } from 'gabsocial/actions/importer';
|
||||
import { POLLS_IMPORT } from '../actions/importer';
|
||||
import { Map as ImmutableMap, fromJS } from 'immutable';
|
||||
|
||||
const importPolls = (state, polls) => state.withMutations(map => polls.forEach(poll => map.set(poll.id, fromJS(poll))));
|
||||
|
||||
Reference in New Issue
Block a user