From 3138279a8dc5a6a48891351db07b51af29c3dfc4 Mon Sep 17 00:00:00 2001 From: warrickct Date: Tue, 15 Feb 2022 09:32:34 +1100 Subject: [PATCH] remove unapprove --- ts/models/conversation.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ts/models/conversation.ts b/ts/models/conversation.ts index c70337542..9e87589db 100644 --- a/ts/models/conversation.ts +++ b/ts/models/conversation.ts @@ -638,14 +638,6 @@ export class ConversationModel extends Backbone.Model { await this.sendMessageRequestResponse(true); void forceSyncConfigurationNowIfNeeded(); } - // void forceSyncConfigurationNowIfNeeded(); - } - - // TODO: remove once dev-tested - if (chatMessageParams.body?.includes('unapprove')) { - await this.setIsApproved(false); - await this.setDidApproveMe(false); - // void forceSyncConfigurationNowIfNeeded(); } if (this.isOpenGroupV2()) {