Keep post openGraph data

This commit is contained in:
Elias Nahum 2017-11-06 14:18:01 -03:00 committed by enahum
parent 21c5d1f5f5
commit c8e7c2deb1

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
},