|
|
@ -53,7 +53,7 @@ import { TIMELINE_DELETE } from 'flavours/glitch/actions/timelines'; |
|
|
|
import { STORE_HYDRATE } from 'flavours/glitch/actions/store'; |
|
|
|
import { REDRAFT } from 'flavours/glitch/actions/statuses'; |
|
|
|
import { Map as ImmutableMap, List as ImmutableList, OrderedSet as ImmutableOrderedSet, fromJS } from 'immutable'; |
|
|
|
import uuid from 'flavours/glitch/utils/uuid'; |
|
|
|
import uuid from '../uuid'; |
|
|
|
import { privacyPreference } from 'flavours/glitch/utils/privacy_preference'; |
|
|
|
import { me, defaultContentType } from 'flavours/glitch/initial_state'; |
|
|
|
import { overwrite } from 'flavours/glitch/utils/js_helpers'; |
|
|
|