From 1bfecdd77c157137e1648223839f555df98d42f7 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 20 Oct 2017 17:55:37 +0200 Subject: [PATCH] Don't show notification when featuring comment --- .../talk-plugin-featured-comments/client/components/ModTag.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/talk-plugin-featured-comments/client/components/ModTag.js b/plugins/talk-plugin-featured-comments/client/components/ModTag.js index 7dfd36f2d..0664f07cd 100644 --- a/plugins/talk-plugin-featured-comments/client/components/ModTag.js +++ b/plugins/talk-plugin-featured-comments/client/components/ModTag.js @@ -32,7 +32,6 @@ export default class ModTag extends React.Component { postTag = async () => { try { await this.props.postTag(); - this.props.notify('success', t('talk-plugin-featured-comments.notify_self_featured', this.props.comment.user.username)); } catch(err) { this.props.notify('error', getErrorMessages(err));