mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
34439ee652
* 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 | ||
MessageActionBar-test.tsx | ||
MessageEvent-test.tsx | ||
MImageBody-test.tsx | ||
MKeyVerificationConclusion-test.tsx | ||
MKeyVerificationRequest-test.tsx | ||
MLocationBody-test.tsx | ||
MPollBody-test.tsx | ||
MPollEndBody-test.tsx | ||
MVideoBody-test.tsx | ||
RoomPredecessorTile-test.tsx | ||
TextualBody-test.tsx |