Don't show notification when featuring comment

This commit is contained in:
Chi Vinh Le
2017-10-20 17:55:37 +02:00
parent bef3e3e33c
commit 1bfecdd77c
@@ -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));