You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Under "Receipts" and probably in other places, we refer the order of messages. For example, the referenced section:
To prevent this from becoming a problem, receipts are implemented using “up to” markers. This marker indicates that the acknowledgement applies to all events “up to and including” the event specified.
It is not clear what ordering is being used when talking about reading up to a point.
I am aware that there are ideas of stream ordering and topological ordering but I can't find a definition of these terms, and I don't see a reference to which ordering is used for receipts.
The text was updated successfully, but these errors were encountered:
andybalaam
added
the
clarification
An area where the expected behaviour is understood, but the spec could do with being more explicit
label
Apr 27, 2023
Link to problem area: https://spec.matrix.org/v1.5/client-server-api/#receipts
Issue
Under "Receipts" and probably in other places, we refer the order of messages. For example, the referenced section:
It is not clear what ordering is being used when talking about reading up to a point.
I am aware that there are ideas of stream ordering and topological ordering but I can't find a definition of these terms, and I don't see a reference to which ordering is used for receipts.
The text was updated successfully, but these errors were encountered: