Mention that sender is renamed to user_id in v1

This commit is contained in:
Mark Haines 2015-10-29 18:45:53 +00:00
parent 451801bf38
commit d297d83151

View file

@ -43,6 +43,7 @@ formatted for the /v2 prefix by:
* Moving the folling keys from the ``unsigned`` object to the top level event * Moving the folling keys from the ``unsigned`` object to the top level event
object: ``age``, ``redacted_because``, ``replaces_state``, ``prev_content``. object: ``age``, ``redacted_because``, ``replaces_state``, ``prev_content``.
* Removing the ``unsigned`` object. * Removing the ``unsigned`` object.
* Rename the ``sender`` key to ``user_id``.
* If the event was an ``m.room.member`` with ``membership`` set to ``invite`` * If the event was an ``m.room.member`` with ``membership`` set to ``invite``
then adding a ``invite_room_state`` key to the top level event object. then adding a ``invite_room_state`` key to the top level event object.