diff --git a/plugins/talk-plugin-featured-comments/client/index.js b/plugins/talk-plugin-featured-comments/client/index.js index 12c4a724f..7b419c545 100644 --- a/plugins/talk-plugin-featured-comments/client/index.js +++ b/plugins/talk-plugin-featured-comments/client/index.js @@ -61,17 +61,6 @@ export default { if (previous.asset.comments) { updated = update(previous, { asset: { - comments: { - nodes: { - $apply: (nodes) => nodes.map((node) => { - if (node.id === variables.id) { - node.status = 'ACCEPTED'; - } - - return node; - }) - } - }, featuredComments: { nodes: { $apply: (nodes) => prependNewNodes(nodes, [comment]),