highlight suspect, banned words and links

This commit is contained in:
riley
2017-03-23 16:09:36 -06:00
parent c1baccae5a
commit 6b6d3d8bbb
3 changed files with 8 additions and 8 deletions
@@ -163,6 +163,7 @@ class ModerationContainer extends Component {
activeTab={activeTab}
singleView={moderation.singleView}
selectedIndex={this.state.selectedIndex}
bannedWords={settings.wordlist.banned}
suspectWords={settings.wordlist.suspect}
showBanUserDialog={props.showBanUserDialog}
acceptComment={props.acceptComment}