DEV: Remove reply_as_new_topic from PM composer actions (#17023)
This commit is contained in:
parent
86ab82f057
commit
de1153286d
|
@ -130,7 +130,9 @@ export default DropdownSelectBoxComponent.extend({
|
|||
if (
|
||||
this.action !== CREATE_TOPIC &&
|
||||
this.action !== CREATE_SHARED_DRAFT &&
|
||||
!(this.action === REPLY && this.topic && this.topic.isPrivateMessage) &&
|
||||
this.action === REPLY &&
|
||||
this.topic &&
|
||||
!this.topic.isPrivateMessage &&
|
||||
!this.isEditing &&
|
||||
_topicSnapshot
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue