mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
filter by premod status
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user