Fix read marker state not being udpated internally (#14155)

Fixes #14151
master
ThibG 4 years ago committed by GitHub
parent 8c04e37b03
commit fa4876a1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/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