ElementR: mark everything in js-sdk that is no longer supported as deprecated #26919
Labels
A-Element-R
Issues affecting the port of Element's crypto layer to Rust
T-Task
Tasks for the team like planning
Z-Labs
There are quite a lot of methods in
MatrixClient
that will not work correctly with Element-R, and which have been replaced, but have yet to be marked as deprecated. Examples:isEventSenderVerified
getEventSenderDeviceInfo
getOutgoingRoomKeyRequest
requestSecret
We should audit for places that use
MatrixClient.crypto
, and either deprecate them, or plan to fix them.The text was updated successfully, but these errors were encountered: