mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 19:01:17 +02:00
* Inline `VerificationRequest.{invalid,ready,started,done,cancelled}` These methods are all just shortcuts for checks on `phase`, so let's get rid of them * update test * Add some more tests * even more coverage * fix tests