File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # MSC2175: Remove the ` creator ` field from ` m.room.create ` events
2
+
3
+ [ ` m.room.create ` ] ( https://matrix.org/docs/spec/client_server/r0.5.0#m-room-create )
4
+ events have a mandatory ` creator ` property giving the ID of the user who
5
+ created the room. This field is redundant as it is always identical to the
6
+ ` sender ` of the create event.
7
+
8
+ This MSC proposes that, in a future room version, this field should be removed
9
+ and that the ` sender ` field be used instead.
10
+
11
+ Note that ` creator ` is mentioned in the [ auth
12
+ rules] ( https://matrix.org/docs/spec/rooms/v1#authorization-rules ) . It can
13
+ safely be removed.
14
+
15
+ ` creator ` is also mentioned as a key to be preserved during [ Event
16
+ redaction] ( https://matrix.org/docs/spec/client_server/r0.5.0#redactions ) . It
17
+ should be removed from that list.
You can’t perform that action at this time.
0 commit comments