* 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__ | ||
| auth | ||
| AutocompleteInput-test.tsx | ||
| ContextMenu-test.ts | ||
| FilePanel-test.tsx | ||
| LargeLoader-test.tsx | ||
| LeftPanel-test.tsx | ||
| LegacyCallEventGrouper-test.ts | ||
| LoggedInView-test.tsx | ||
| MainSplit-test.tsx | ||
| MatrixChat-test.tsx | ||
| MatrixClientContextProvider-test.tsx | ||
| MessagePanel-test.tsx | ||
| PictureInPictureDragger-test.tsx | ||
| PipContainer-test.tsx | ||
| ReleaseAnnouncement-test.tsx | ||
| RightPanel-test.tsx | ||
| RoomSearchView-test.tsx | ||
| RoomStatusBar-test.tsx | ||
| RoomStatusBarUnsentMessages-test.tsx | ||
| RoomView-test.tsx | ||
| SpaceHierarchy-test.tsx | ||
| TabbedView-test.tsx | ||
| ThreadPanel-test.tsx | ||
| ThreadView-test.tsx | ||
| TimelinePanel-test.tsx | ||
| UploadBar-test.tsx | ||
| UserMenu-test.tsx | ||
| ViewSource-test.tsx | ||