Keep post openGraph data
This commit is contained in:
parent
21c5d1f5f5
commit
c8e7c2deb1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue