|
|
@ -673,7 +673,9 @@
|
|
|
|
isPublic: !!this.get('isPublic'),
|
|
|
|
isPublic: !!this.get('isPublic'),
|
|
|
|
isRss: !!this.get('isRss'),
|
|
|
|
isRss: !!this.get('isRss'),
|
|
|
|
isDeletable:
|
|
|
|
isDeletable:
|
|
|
|
!this.get('isPublic') || this.getConversation().getModStatus(),
|
|
|
|
!this.get('isPublic') ||
|
|
|
|
|
|
|
|
this.getConversation().getModStatus() ||
|
|
|
|
|
|
|
|
this.getSource() === this.OUR_NUMBER,
|
|
|
|
|
|
|
|
|
|
|
|
onCopyText: () => this.copyText(),
|
|
|
|
onCopyText: () => this.copyText(),
|
|
|
|
onReply: () => this.trigger('reply', this),
|
|
|
|
onReply: () => this.trigger('reply', this),
|
|
|
|