File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,10 @@ paths:
259
259
{{% /boxes/note %}}
260
260
261
261
If this field is set, even if it is empty, clients MUST
262
- only update their local state with events in this list.
263
- If this field is not set, clients MUST update their local
264
- state with events in `state` and `timeline`.
262
+ only update their local state with events in this list,
263
+ and MUST NOT update their local state with events in
264
+ `timeline`. If this field is not set, clients MUST update
265
+ their local state with events in `state` and `timeline`.
265
266
266
267
**Required** if `use_state_after` was set to `true` in the
267
268
request, even if it is empty.
@@ -426,7 +427,8 @@ paths:
426
427
The state updates for the room up to the **end** of the timeline.
427
428
428
429
If this field is set, even if it is empty, clients MUST only
429
- update their local state with events in this list. If this field
430
+ update their local state with events in this list, and MUST NOT
431
+ update their local state with events in `timeline`. If this field
430
432
is not set, clients MUST update their local state with events in
431
433
`state` and `timeline`.
432
434
You can’t perform that action at this time.
0 commit comments