From 0fd1654879001c7f0329af58acee26ed39ee87cc Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 25 Nov 2020 21:48:34 +0100 Subject: [PATCH 1/2] Update link to extensible events MSC Signed-off-by: Nicolas Werner --- specification/modules/instant_messaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/instant_messaging.rst b/specification/modules/instant_messaging.rst index 705fd2d9..704277a1 100644 --- a/specification/modules/instant_messaging.rst +++ b/specification/modules/instant_messaging.rst @@ -121,7 +121,7 @@ the tag and its contents and therefore may wish to exclude the tag entirely. .. Note:: A future iteration of the specification will support more powerful and extensible - message formatting options, such as the proposal `MSC1225 `_. + message formatting options, such as the proposal `MSC1767 `_. {{msgtype_events}} From a0f4ae6b38849134f75c5ee374c6f3ff8f1ba236 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 25 Nov 2020 22:28:31 +0100 Subject: [PATCH 2/2] Add newsfragment Signed-off-by: Nicolas Werner --- changelogs/client_server/newsfragments/2878.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2878.clarification diff --git a/changelogs/client_server/newsfragments/2878.clarification b/changelogs/client_server/newsfragments/2878.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2878.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.