Clarify exactly what StrippedState is

Fixes https://github.com/matrix-org/matrix-doc/issues/2066

The expectation everywhere is that the `sender` is required. `/initialSync` references StrippedState through a `m.room.member` event reference, and does not need editing.
This commit is contained in:
Travis Ralston 2019-06-02 17:41:39 -06:00
parent dda7afa845
commit 7a07a6b358
9 changed files with 71 additions and 96 deletions

View file

@ -0,0 +1 @@
Clarify exactly what invite_room_state consists of.