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__ | ||
| shared | ||
| CallEvent-test.tsx | ||
| DateSeparator-test.tsx | ||
| DecryptionFailureBody-test.tsx | ||
| EncryptionEvent-test.tsx | ||
| JumpToDatePicker-test.tsx | ||
| LegacyCallEvent-test.tsx | ||
| MBeaconBody-test.tsx | ||
| MImageBody-test.tsx | ||
| MKeyVerificationConclusion-test.tsx | ||
| MKeyVerificationRequest-test.tsx | ||
| MLocationBody-test.tsx | ||
| MPollBody-test.tsx | ||
| MPollEndBody-test.tsx | ||
| MVideoBody-test.tsx | ||
| MessageActionBar-test.tsx | ||
| MessageEvent-test.tsx | ||
| RoomPredecessorTile-test.tsx | ||
| TextualBody-test.tsx | ||