diff --git a/app/store/middleware.js b/app/store/middleware.js index eb6126b8496..ad3ca3167fd 100644 --- a/app/store/middleware.js +++ b/app/store/middleware.js @@ -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 },