Merge branch 'master' into extendable-embed-stream-tab

This commit is contained in:
Kiwi
2017-11-17 17:12:42 +01:00
committed by GitHub
3 changed files with 6 additions and 2 deletions
@@ -47,6 +47,9 @@ export default withFragments({
editing {
edited
}
status_history {
type
}
hasParent
${getSlotFragmentSpreads(slots, 'comment')}
...${getDefinitionName(CommentLabels.fragments.comment)}
+1 -1
View File
@@ -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,
+2 -1
View File
@@ -515,5 +515,6 @@ module.exports = {
HandleAuthPopupCallback,
HandleGenerateCredentials,
HandleLogout,
CheckBlacklisted
CheckBlacklisted,
CheckRecaptcha,
};