From 6eda2861f23fdaaf80fd56006370587d1a797124 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 16 Jan 2025 14:33:20 +0100 Subject: [PATCH] Remove `MatrixClient.initLegacyCrypto` in README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e3bf79204a0..274a7f9deac 100644 --- a/README.md +++ b/README.md @@ -307,8 +307,6 @@ Then visit `http://localhost:8005` to see the API docs. ## Initialization -**Do not use `matrixClient.initLegacyCrypto()`. This method is deprecated and no longer maintained.** - To initialize the end-to-end encryption support in the matrix client: ```javascript