diff --git a/client/coral-admin/src/routes/Moderation/containers/Comment.js b/client/coral-admin/src/routes/Moderation/containers/Comment.js index 9748359ae..299c7cecb 100644 --- a/client/coral-admin/src/routes/Moderation/containers/Comment.js +++ b/client/coral-admin/src/routes/Moderation/containers/Comment.js @@ -47,6 +47,9 @@ export default withFragments({ editing { edited } + status_history { + type + } hasParent ${getSlotFragmentSpreads(slots, 'comment')} ...${getDefinitionName(CommentLabels.fragments.comment)} diff --git a/package.json b/package.json index 69093c0c5..196effd71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "3.7.1", + "version": "3.8.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, diff --git a/services/passport.js b/services/passport.js index 0920c1c39..1d5d0ddcf 100644 --- a/services/passport.js +++ b/services/passport.js @@ -515,5 +515,6 @@ module.exports = { HandleAuthPopupCallback, HandleGenerateCredentials, HandleLogout, - CheckBlacklisted + CheckBlacklisted, + CheckRecaptcha, };