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()) {