mirror of https://github.com/vector-im/riot-web
* Use new `VerificationRequest.getQRCodeBytes()`
* Use new `VerificationRequest.otherDeviceId`
* Remove references to `VerificationRequest.channel`
* Replace references to `VerificationRequest.{requesting,receiving}UserId`
Normally these are guarded by `request.initiatedByMe` so we can trivially
replace it with `request.otherUserId` or `client.getUserId()`. In one place we
actually need to apply some logic.
* increase test coverage
* Even more test coverage
* Even more test coverage
|
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| crypto | ||
| AccessibleButton-test.tsx | ||
| AppTile-test.tsx | ||
| EventListSummary-test.tsx | ||
| ExternalLink-test.tsx | ||
| Field-test.tsx | ||
| FilterDropdown-test.tsx | ||
| FilterTabGroup-test.tsx | ||
| InteractiveTooltip-test.ts | ||
| LabelledCheckbox-test.tsx | ||
| LearnMore-test.tsx | ||
| Pill-test.tsx | ||
| PollCreateDialog-test.tsx | ||
| PowerSelector-test.tsx | ||
| ProgressBar-test.tsx | ||
| QRCode-test.tsx | ||
| ReplyChain-test.tsx | ||
| StyledRadioGroup-test.tsx | ||
| SyntaxHighlight-test.tsx | ||
| TooltipTarget-test.tsx | ||