Skip to content

Commit fb4a0d8

Browse files
authored
Clarify that the latest_event field is serialized in the same form as the event itself (#2169)
1 parent 4c87e0e commit fb4a0d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The `latest_event` in an aggregated set of thread events uses the same format as the event itself.

content/client-server-api/modules/threading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ included under the `m.relations` property in `unsigned` for the thread root. For
185185
```
186186

187187
`latest_event` is the most recent event (topologically to the server) in the thread sent by an
188-
un-[ignored user](#ignoring-users).
188+
un-[ignored user](#ignoring-users). It should be serialized in the same form as the event itself.
189189

190190
Note that, as in the example above, child events of the `latest_event` should
191191
themselves be aggregated and included under `m.relations` for that event. The

0 commit comments

Comments
 (0)