Open florianduros opened 1 week ago
public
exported
Task https://github.com/element-hq/element-web/issues/26922 Replace MatrixClient.isRoomEncrypted by MatrixClient.CryptoApi.isEncryptionEnabledInRoom in FilePanel. The new function is async.
MatrixClient.isRoomEncrypted
MatrixClient.CryptoApi.isEncryptionEnabledInRoom
Putting back to draft, I have to add extra tests. Since I have to take time for this component, I will refactor the component into a functional component
Checklist
public
/exported
symbols have accurate TSDoc documentation.Task https://github.com/element-hq/element-web/issues/26922 Replace
MatrixClient.isRoomEncrypted
byMatrixClient.CryptoApi.isEncryptionEnabledInRoom
in FilePanel. The new function is async.