From f2fe095b4313b5085a0e53fb8bb85fe550b2b351 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 27 Nov 2017 16:27:43 -0700 Subject: [PATCH] fixed bug with featuring comments doesn't work --- plugins/talk-plugin-featured-comments/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-featured-comments/index.js b/plugins/talk-plugin-featured-comments/index.js index 284a60418..c81afa3ea 100644 --- a/plugins/talk-plugin-featured-comments/index.js +++ b/plugins/talk-plugin-featured-comments/index.js @@ -84,7 +84,7 @@ module.exports = { permissions: { public: true, self: false, - roles: [] + roles: ['ADMIN', 'MODERATOR'] }, models: ['COMMENTS'], created_at: new Date()