PLT-4080 Remove the option to reply to system messages (#3974)
Этот коммит содержится в:
@@ -264,7 +264,7 @@ export default class PostInfo extends React.Component {
|
|||||||
highlightMentionClass = ' mention--highlight';
|
highlightMentionClass = ' mention--highlight';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING && !Utils.isPostEphemeral(post)) {
|
if (post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING && !Utils.isPostEphemeral(post) && this.props.allowReply) {
|
||||||
comments = (
|
comments = (
|
||||||
<a
|
<a
|
||||||
href='#'
|
href='#'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user