matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 578 forks source link

Use LegacyRendezvousFailureReason over RendezvousFailureReason #4231

Closed t3chguy closed 4 weeks ago

t3chguy commented 4 weeks ago

Split out from https://github.com/matrix-org/matrix-js-sdk/pull/4134/

Required as RendezvousFailureReason becomes a union type from which the enum members cannot be accessed, without this the merge queue fails due to a chicken-and-egg problem.