mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +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` |
||
---|---|---|
.. | ||
__snapshots__ | ||
shared | ||
CallEvent-test.tsx | ||
DateSeparator-test.tsx | ||
DecryptionFailureBody-test.tsx | ||
DownloadActionButton-test.tsx | ||
EncryptionEvent-test.tsx | ||
JumpToDatePicker-test.tsx | ||
LegacyCallEvent-test.tsx | ||
MBeaconBody-test.tsx | ||
MessageActionBar-test.tsx | ||
MessageEvent-test.tsx | ||
MessageTimestamp-test.tsx | ||
MFileBody-test.tsx | ||
MImageBody-test.tsx | ||
MKeyVerificationRequest-test.tsx | ||
MLocationBody-test.tsx | ||
MPollBody-test.tsx | ||
MPollEndBody-test.tsx | ||
MStickerBody-test.tsx | ||
MVideoBody-test.tsx | ||
PinnedMessageBadge-test.tsx | ||
ReactionsRowButton-test.tsx | ||
RoomPredecessorTile-test.tsx | ||
TextualBody-test.tsx |