From fa4876a1b93d4bb62038cca75bd5017fe49b59ae Mon Sep 17 00:00:00 2001 From: ThibG Date: Sun, 28 Jun 2020 20:55:32 +0200 Subject: [PATCH] Fix read marker state not being udpated internally (#14155) Fixes #14151 --- app/javascript/mastodon/reducers/markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',