From 7dd63dc81242e665586bbcf5cce9607a2405c83d Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 22 Feb 2018 10:38:18 +0100 Subject: [PATCH] Fix CI --- .../tabs/profile/components/CommentHistory.js | 2 +- plugins.json.tmp | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 plugins.json.tmp diff --git a/client/coral-embed-stream/src/tabs/profile/components/CommentHistory.js b/client/coral-embed-stream/src/tabs/profile/components/CommentHistory.js index f16e8a119..39f3bfd04 100644 --- a/client/coral-embed-stream/src/tabs/profile/components/CommentHistory.js +++ b/client/coral-embed-stream/src/tabs/profile/components/CommentHistory.js @@ -23,7 +23,7 @@ class CommentHistory extends React.Component { render() { const { navigate, comments, data, root } = this.props; return ( -
+
{comments.nodes.map((comment, i) => { return ( diff --git a/plugins.json.tmp b/plugins.json.tmp new file mode 100644 index 000000000..f8fa64268 --- /dev/null +++ b/plugins.json.tmp @@ -0,0 +1,33 @@ +{ + "server": [ + "talk-plugin-auth", + "talk-plugin-featured-comments", + "talk-plugin-offtopic", + "talk-plugin-respect", + "talk-plugin-toxic-comments", + "talk-plugin-notifications", + "talk-plugin-notifications-category-reply" + ], + "client": [ + "talk-plugin-auth", + "talk-plugin-author-menu", + "talk-plugin-comment-content", + "talk-plugin-featured-comments", + "talk-plugin-flag-details", + "talk-plugin-member-since", + "talk-plugin-moderation-actions", + "talk-plugin-offtopic", + "talk-plugin-permalink", + "talk-plugin-respect", + "talk-plugin-sort-most-replied", + "talk-plugin-sort-most-respected", + "talk-plugin-sort-newest", + "talk-plugin-sort-oldest", + "talk-plugin-viewing-options", + "talk-plugin-toxic-comments", + "talk-plugin-profile-settings", + "talk-plugin-notifications", + "talk-plugin-notifications-category-reply", + "talk-plugin-ignore-user" + ] +}