Keep post openGraph data

This commit is contained in:
Elias Nahum 2017-11-06 14:18:01 -03:00 committed by enahum
parent 0d70372a3c
commit 93265b3de0

View file

@ -116,6 +116,7 @@ function cleanupState(action, keepCurrent = false) {
posts: {},
postsInChannel: {},
reactions: {},
openGraph: payload.entities.posts.openGraph,
selectedPostId: payload.entities.posts.selectedPostId,
currentFocusedPostId: payload.entities.posts.currentFocusedPostId
},