Never forget the past

This commit is contained in:
Travis Ralston 2019-06-11 09:53:36 -06:00
parent 37e2d81d58
commit c9345ba6a3

View file

@ -1350,9 +1350,9 @@ State Event Fields
In addition to the fields of a Room Event, State Events have the following fields. In addition to the fields of a Room Event, State Events have the following fields.
+-----------+--------+-------------------------------------------------------------+ +--------------+--------------+-------------------------------------------------------------+
| Key | Type | Description | | Key | Type | Description |
+===========+========+=============================================================+ +==============+==============+=============================================================+
| state_key | string | **Required.** A unique key which defines the overwriting | | state_key | string | **Required.** A unique key which defines the overwriting |
| | | semantics for this piece of room state. This value is often | | | | semantics for this piece of room state. This value is often |
| | | a zero-length string. The presence of this key makes this | | | | a zero-length string. The presence of this key makes this |
@ -1361,7 +1361,10 @@ In addition to the fields of a Room Event, State Events have the following field
| | | With the exception of a few events, state events set with | | | | With the exception of a few events, state events set with |
| | | a given user's ID as the state key MUST only be set by that | | | | a given user's ID as the state key MUST only be set by that |
| | | user. | | | | user. |
+-----------+--------+-------------------------------------------------------------+ +--------------+--------------+-------------------------------------------------------------+
| prev_content | EventContent | Optional. The previous ``content`` for this event. If there |
| | | is no previous content, this key will be missing. |
+--------------+--------------+-------------------------------------------------------------+
Size limits Size limits