[Glitch] Fix read marker state not being udpated internally

Port fa4876a1b9 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 4 years ago committed by Thibaut Girka
parent 934bacd05f
commit befe8c72dd
  1. 2
      app/javascript/flavours/glitch/reducers/markers.js

@ -1,6 +1,6 @@
import {
MARKERS_SUBMIT_SUCCESS,
} from '../actions/notifications';
} from '../actions/markers';
const initialState = ImmutableMap({
home: '0',

Loading…
Cancel
Save