Set canFlag to false for system messages (#2705)

This commit is contained in:
Miguel Alatzar 2019-04-08 20:15:15 -07:00 committed by Saturnino Abril
parent 825284517e
commit d1ca9b874a

View file

@ -87,6 +87,7 @@ function mapStateToProps(state, ownProps) {
canCopyPermalink = false;
canEdit = false;
canPin = false;
canFlag = false;
}
if (ownProps.hasBeenDeleted) {
canDelete = false;