element-web-Github/test/unit-tests/components/views
Florian Duros d4ab40990b
First batch: Replace MatrixClient.isRoomEncrypted by MatrixClient.CryptoApi.isEncryptionEnabledInRoom (#28242)
* 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`
2024-11-19 10:09:25 +00:00
..
audio_messages Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
auth Flatten Vector-override components (#28346) 2024-11-05 15:41:00 +00:00
avatars Update to React 18 (#24763) 2024-10-21 13:50:06 +00:00
beacon Standardise icons using Compound Design Tokens (#28217) 2024-11-18 15:47:15 +00:00
beta Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
context_menus Start sending stable m.marked_unread events (#28478) 2024-11-18 10:25:36 +00:00
dialogs Reset cross-signing before backup when resetting both (#28402) 2024-11-19 03:17:24 +00:00
elements Check that the file the user chose has a MIME type of image/* (#28467) 2024-11-18 10:30:31 +00:00
emojipicker Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
location Standardise icons using Compound Design Tokens (#28217) 2024-11-18 15:47:15 +00:00
messages First batch: Replace MatrixClient.isRoomEncrypted by MatrixClient.CryptoApi.isEncryptionEnabledInRoom (#28242) 2024-11-19 10:09:25 +00:00
polls/pollHistory Update to React 18 (#24763) 2024-10-21 13:50:06 +00:00
right_panel Replace MatrixClient.isRoomEncrypted by MatrixClient.CryptoApi.isEncryptionEnabledInRoom in useIsEncrypted (#28282) 2024-11-13 10:32:35 +00:00
room_settings Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
rooms Listen to events so that encryption icon updates when status changes (#28407) 2024-11-18 23:27:34 +00:00
settings Standardise icons using Compound Design Tokens (#28217) 2024-11-18 15:47:15 +00:00
spaces Update to React 18 (#24763) 2024-10-21 13:50:06 +00:00
toasts Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
typography Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
user-onboarding Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
voip Update to React 18 (#24763) 2024-10-21 13:50:06 +00:00
Validation-test.ts Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00
VerificationShowSas-test.tsx Merge matrix-react-sdk into element-web 2024-10-15 15:32:09 +01:00