]> cat aescling's git repositories - mastodon.git/commitdiff
Fix read marker state not being udpated internally (#14155)
authorThibG <thib@sitedethib.com>
Sun, 28 Jun 2020 18:55:32 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 18:55:32 +0000 (20:55 +0200)
Fixes #14151

app/javascript/mastodon/reducers/markers.js

index 2e67be82e7168132b23652314fa9ee40e4653f3c..fb1572ff59b76badc78258451325293b17db8d54 100644 (file)
@@ -1,6 +1,6 @@
 import {
   MARKERS_SUBMIT_SUCCESS,
-} from '../actions/notifications';
+} from '../actions/markers';
 
 const initialState = ImmutableMap({
   home: '0',