From 2b12d0ddfa193b017da9ce06df69a6407048681c Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 20 Oct 2025 10:59:05 +0100 Subject: [PATCH] Update cross-signing reset action with additional details Added a reference to MSC4312 for cross-signing reset details. --- proposals/4191-account-deeplink.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proposals/4191-account-deeplink.md b/proposals/4191-account-deeplink.md index d6a2bc306..b0b190ad7 100644 --- a/proposals/4191-account-deeplink.md +++ b/proposals/4191-account-deeplink.md @@ -55,7 +55,9 @@ The following account management actions are defined by this MSC: - `org.matrix.device_view` - The user wishes to view the details of a specific device. - `org.matrix.device_delete` - The user wishes to delete/logout a specific device. - `org.matrix.account_deactivate` - The user wishes to deactivate their account. -- `org.matrix.cross_signing_reset` - The user wishes to reset their cross-signing identity. +- `org.matrix.cross_signing_reset` - The user wishes to reset their cross-signing identity. See + [MSC4312](https://github.com/matrix-org/matrix-spec-proposals/blob/ea0aef0aa32ee979b4db14bb869938a597777346/proposals/4312-x-signing-reset-with-nextgen-auth.md?plain=1#L55-L58) + for additional details on this. Subsequent MSCs may extend this list.