Matrix: consolidate migration status routing (#64373)

Merged via squash.

Prepared head SHA: dfe29e36bb
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
Gustavo Madeira Santana
2026-04-10 12:20:13 -04:00
committed by GitHub
parent 2ccd1839f2
commit 0dd8ce72a2
14 changed files with 280 additions and 60 deletions

View File

@@ -19,6 +19,7 @@ type MatrixLegacyCryptoPlan = {
};
type MatrixLegacyCryptoDetection = {
inspectorAvailable: boolean;
plans: MatrixLegacyCryptoPlan[];
warnings: string[];
};