From 8a2a5d57a47f10ef8831e0d9dce4ae155f240fd8 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 5 Sep 2022 12:04:21 -0400 Subject: [PATCH] use MSC number --- ...x-trusted-key-forwards.md => 3879-trusted-key-forwards.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename proposals/{xxxx-trusted-key-forwards.md => 3879-trusted-key-forwards.md} (97%) diff --git a/proposals/xxxx-trusted-key-forwards.md b/proposals/3879-trusted-key-forwards.md similarity index 97% rename from proposals/xxxx-trusted-key-forwards.md rename to proposals/3879-trusted-key-forwards.md index ff3ec9586..6af86efe1 100644 --- a/proposals/xxxx-trusted-key-forwards.md +++ b/proposals/3879-trusted-key-forwards.md @@ -1,4 +1,4 @@ -# MSCxxxx: Trusted key forwards +# MSC3879: Trusted key forwards When a device does not have a megolm session, it can [request the session from another device](https://spec.matrix.org/unstable/client-server-api/#key-requests). @@ -65,7 +65,7 @@ indirectly), will incorrectly trust messages. ## Unstable prefix Until this proposal is accepted, clients should use -`org.matrix.mscxxxx.trusted` as the property name. +`org.matrix.msc3879.trusted` as the property name. ## Dependencies