From: ThibG Date: Sun, 28 Jun 2020 18:55:32 +0000 (+0200) Subject: Fix read marker state not being udpated internally (#14155) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fa4876a1b93d4bb62038cca75bd5017fe49b59ae;p=mastodon.git Fix read marker state not being udpated internally (#14155) Fixes #14151 --- diff --git a/app/javascript/mastodon/reducers/markers.js b/app/javascript/mastodon/reducers/markers.js index 2e67be82e..fb1572ff5 100644 --- a/app/javascript/mastodon/reducers/markers.js +++ b/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',