mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Adding user and action data to rejected and flagged comments.
This commit is contained in:
@@ -82,8 +82,8 @@ class ModerationQueue extends React.Component {
|
||||
commentIds={
|
||||
comments.get('ids')
|
||||
.filter(id => !comments.get('byId')
|
||||
.get(id)
|
||||
.get('status'))
|
||||
.get(id)
|
||||
.get('flagged'))
|
||||
}
|
||||
comments={comments.get('byId')}
|
||||
users={users.get('byId')}
|
||||
|
||||
Reference in New Issue
Block a user