element-web-Github/test/components/views/toasts
Richard van der Hoff 34439ee652
Simplify references to VerificationRequest (#11045)
* 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
2023-06-07 14:43:44 +00:00
..
__snapshots__ Simplify references to VerificationRequest (#11045) 2023-06-07 14:43:44 +00:00
GenericToast-test.tsx Implement new toast UI (#10467) 2023-04-18 11:38:41 +00:00
VerificationRequestToast-test.tsx Simplify references to VerificationRequest (#11045) 2023-06-07 14:43:44 +00:00