From 540fb185d589192e2f9c33b6c4125cdf0b7c5bd0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 13 Jun 2022 09:54:33 -0600 Subject: [PATCH] Update MSC2175 "removed auth rule" note (#3832) --- proposals/2175-remove-creator-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2175-remove-creator-field.md b/proposals/2175-remove-creator-field.md index 6a9d8f3c..7a3bba40 100644 --- a/proposals/2175-remove-creator-field.md +++ b/proposals/2175-remove-creator-field.md @@ -10,7 +10,7 @@ and that the `sender` field be used instead. Note that `creator` is mentioned in the [auth rules](https://matrix.org/docs/spec/rooms/v1#authorization-rules). It can -safely be removed. +safely be replaced with a check against the `sender` instead. `creator` is also mentioned as a key to be preserved during [Event redaction](https://matrix.org/docs/spec/client_server/r0.5.0#redactions). It