From 04eb7bc9957ea8381b189afb73ad0c7a2dc3d433 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:41:00 -0400 Subject: [PATCH] Delete @mentions on DOE --- ts/models/messages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/models/messages.ts b/ts/models/messages.ts index 21ed9e06ac..c2cde9d300 100644 --- a/ts/models/messages.ts +++ b/ts/models/messages.ts @@ -1529,6 +1529,7 @@ export class MessageModel extends window.Backbone.Model { this.set({ isErased: true, body: '', + bodyRanges: undefined, attachments: [], quote: null, contact: [],