mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Don't show notification when featuring comment
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user