]>
cat aescling's git repositories - mastodon.git/blob - app/javascript/flavours/glitch/reducers/meta.js
1 import { STORE_HYDRATE
} from 'flavours/glitch/actions/store';
2 import { Map as ImmutableMap
} from 'immutable';
4 const initialState
= ImmutableMap({
5 streaming_api_base_url: null,
9 export default function meta(state
= initialState
, action
) {
12 return state
.merge(action
.state
.get('meta'));
This page took 0.0849 seconds and 4 git commands to generate.