From 15766e2f647a9bf8212d469afc23b7eba05e02a2 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 19 Apr 2024 13:32:56 -0300 Subject: [PATCH] Fix import cycle --- app/lib/encryption/encryption.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/encryption/encryption.ts b/app/lib/encryption/encryption.ts index 8cfd43d9a..c51aaa517 100644 --- a/app/lib/encryption/encryption.ts +++ b/app/lib/encryption/encryption.ts @@ -10,7 +10,7 @@ import Deferred from './helpers/deferred'; import log from '../methods/helpers/log'; import { store } from '../store/auxStore'; import { joinVectorData, randomPassword, splitVectorData, toString, utf8ToBuffer } from './utils'; -import { EncryptionRoom } from './index'; +import EncryptionRoom from './room'; import { IMessage, ISubscription, TMessageModel, TSubscriptionModel, TThreadMessageModel, TThreadModel } from '../../definitions'; import { E2E_BANNER_TYPE,