Minor clarifications to MSC2675 (#3826)

To improve understanding for purposes of spec writing.
richvdh-patch-1
Travis Ralston 2 years ago committed by GitHub
parent 0e9020aeb2
commit d27e9e4acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ By sending a summary of the relations, bundling
avoids us having to always send lots of individual relation events
to the client.
Aggregations are never bundled into state events. This is a current
State events do not currently receive bundles. This is a current
implementation detail that could be revisited later,
rather than a specific design decision.
@ -137,7 +137,7 @@ types) is as follows:
#### Client-side aggregation
Bundled aggregations on an event give a snapshot of what relations were known
at the time the event was received. When relations are received through `/sync`,
at the time the event was received by the client. When relations are received through `/sync`,
clients should locally aggregate (as they might have done already before
supporting this MSC) the relation on top of any bundled aggregation the server
might have sent along previously with the target event, to get an up to date

Loading…
Cancel
Save