[Glitch] Fix timeline markers not working on Chrome

Port 5aff2a6957 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-05-29 16:14:16 +02:00
committed by Thibaut Girka
parent 60b43050cb
commit 9bd30b8dd5
6 changed files with 112 additions and 24 deletions

View File

@@ -36,6 +36,7 @@ import polls from './polls';
import identity_proofs from './identity_proofs';
import trends from './trends';
import announcements from './announcements';
import markers from './markers';
const reducers = {
announcements,
@@ -75,6 +76,7 @@ const reducers = {
pinnedAccountsEditor,
polls,
trends,
markers,
};
export default combineReducers(reducers);