File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,14 @@ would include additional information in the `unsigned` field:
5151}
5252```
5353
54- * ` latest_event ` : The most recent event which relates to this event, with
55- ` rel_type ` of ` m.thread ` .
54+ * ` latest_event ` : The most recent event (topologically) which relates to this event, with
55+ ` rel_type ` of ` m.thread ` . Events sent by [ ignored users] ( https://spec.matrix.org/v1.3/client-server-api/#ignoring-users )
56+ are not considered for the latest event.
5657
5758 The latest event should be serialised in the same form as the event itself;
5859 this includes adding any bundled aggregations for the event (and applying edits).[ ^ 1 ]
59- * ` count ` : An integer counting the number of ` m.thread ` events
60+ * ` count ` : An integer counting the number of ` m.thread ` events, excluding events sent
61+ by [ ignored users] ( https://spec.matrix.org/v1.3/client-server-api/#ignoring-users ) .
6062* ` current_user_participated ` : A boolean flag, which is set to ` true ` if the
6163 current logged in user has participated in the thread. The user has participated if:
6264 * They created the current event.
You can’t perform that action at this time.
0 commit comments