From 3c38956510511d97dc770c0ec0be4d681b382af0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 24 May 2019 11:57:22 -0600 Subject: [PATCH] Remove prev_content from the redaction essential keys list As per [MSC1954](https://github.com/matrix-org/matrix-doc/pull/1954) No known changes since the proposal was accepted. --- changelogs/client_server/newsfragments/2016.clarification | 1 + specification/client_server_api.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/2016.clarification diff --git a/changelogs/client_server/newsfragments/2016.clarification b/changelogs/client_server/newsfragments/2016.clarification new file mode 100644 index 00000000..77ea0d4c --- /dev/null +++ b/changelogs/client_server/newsfragments/2016.clarification @@ -0,0 +1 @@ +Remove ``prev_content`` from the redaction algorithm's essential keys list. diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 6f65ebb1..604c2b1c 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -1500,7 +1500,6 @@ the following list: - ``room_id`` - ``sender`` - ``state_key`` -- ``prev_content`` - ``content`` - ``hashes`` - ``signatures``