allow yourself to request deletion of messages

pull/455/head
Ryan Tharp 6 years ago
parent 95cca859e9
commit 3178d67295

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

Loading…
Cancel
Save