Merge branch 'master' of github.com:coralproject/talk into asset-comment-settings

This commit is contained in:
Belen Curcio
2016-12-09 12:28:40 -03:00
20 changed files with 296 additions and 153 deletions
@@ -81,9 +81,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')}