Set canFlag to false for system messages (#2705)
This commit is contained in:
parent
825284517e
commit
d1ca9b874a
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ function mapStateToProps(state, ownProps) {
|
|||
canCopyPermalink = false;
|
||||
canEdit = false;
|
||||
canPin = false;
|
||||
canFlag = false;
|
||||
}
|
||||
if (ownProps.hasBeenDeleted) {
|
||||
canDelete = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue