diff --git a/apps/meteor/app/e2e/client/rocketchat.e2e.ts b/apps/meteor/app/e2e/client/rocketchat.e2e.ts index fa1cda643902f..3b2fd01621e47 100644 --- a/apps/meteor/app/e2e/client/rocketchat.e2e.ts +++ b/apps/meteor/app/e2e/client/rocketchat.e2e.ts @@ -139,8 +139,6 @@ class E2E extends Emitter { this.log('decryptSubscriptions'); await this.decryptSubscriptions(); this.log('decryptSubscriptions -> Done'); - await this.initiateDecryptingPendingMessages(); - this.log('DecryptingPendingMessages -> Done'); await this.initiateKeyDistribution(); this.log('initiateKeyDistribution -> Done'); this.observeSubscriptions(); @@ -332,10 +330,6 @@ class E2E extends Emitter { Object.keys(this.instancesByRoomId).map((key) => this.instancesByRoomId[key].handshake()); } - async initiateDecryptingPendingMessages() { - await Promise.all(Object.keys(this.instancesByRoomId).map((key) => this.instancesByRoomId[key].decryptPendingMessages())); - } - openSaveE2EEPasswordModal(randomPassword: string) { imperativeModal.open({ component: SaveE2EPasswordModal,