riot-web/test/unit-tests/components/views/messages
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
..
__snapshots__ Standardise icons using Compound Design Tokens (#28217) 2024-11-18 15:47:15 +00:00
shared
CallEvent-test.tsx
DateSeparator-test.tsx Merge branch 'master' into develop 2024-11-12 09:46:03 +00:00
DecryptionFailureBody-test.tsx Update the display of decryption failures due to failed trust requirement (#28300) 2024-11-04 12:46:38 +00:00
DownloadActionButton-test.tsx
EncryptionEvent-test.tsx First batch: Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` (#28242) 2024-11-19 10:09:25 +00:00
JumpToDatePicker-test.tsx
LegacyCallEvent-test.tsx
MBeaconBody-test.tsx
MFileBody-test.tsx
MImageBody-test.tsx
MKeyVerificationRequest-test.tsx
MLocationBody-test.tsx
MPollBody-test.tsx Switch secondary React trees to the createRoot API (#28296) 2024-11-06 12:44:54 +00:00
MPollEndBody-test.tsx
MStickerBody-test.tsx
MVideoBody-test.tsx
MessageActionBar-test.tsx
MessageEvent-test.tsx Add mimetype checks 2024-11-11 15:44:33 +00:00
MessageTimestamp-test.tsx
PinnedMessageBadge-test.tsx
ReactionsRowButton-test.tsx
RoomPredecessorTile-test.tsx
TextualBody-test.tsx