Merge branch 'master' into ban-user

This commit is contained in:
gaba
2016-12-08 13:28:12 -10:00
22 changed files with 311 additions and 156 deletions
@@ -95,9 +95,11 @@ class ModerationQueue extends React.Component {
singleView={singleView}
commentIds={
comments.get('ids')
.filter(id => !comments.get('byId')
.filter(id =>
comments
.get('byId')
.get(id)
.get('status'))
.get('status') === 'premod')
}
comments={comments.get('byId')}
users={users.get('byId')}