Keep post openGraph data
This commit is contained in:
parent
0d70372a3c
commit
93265b3de0
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