mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 00:28:48 +08:00
d4ab40990b
* Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `DeviceListener.ts` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `Searching.ts` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `SlidingSyncManager.ts` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `EncryptionEvent.tsx` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `ReportEventDialog.tsx` * Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `RoomNotifications.tsx` * Fix MessagePanel-test.tsx * ReplaceReplace `MatrixCient..isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in `shouldSkipSetupEncryption.ts` * Add missing `await` * Use `Promise.any` instead of `asyncSome` * Add `asyncSomeParallel` * Use `asyncSomeParallel` instead of `asyncSome` |
||
---|---|---|
.. | ||
audio.ts | ||
beacon.ts | ||
call.ts | ||
client.ts | ||
composer.ts | ||
console.ts | ||
date.ts | ||
events.ts | ||
index.ts | ||
jest-matrix-react.tsx | ||
location.ts | ||
oidc.ts | ||
platform.ts | ||
poll.ts | ||
predictableRandom.ts | ||
pushRules.ts | ||
relations.ts | ||
room.ts | ||
test-utils.ts | ||
threads.ts | ||
utilities.ts | ||
wrappers.tsx |