mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
mention event deduplication
This commit is contained in:
parent
30fc5284db
commit
5d177b0e18
|
|
@ -358,6 +358,9 @@ events which are visible to the client will appear in the event stream. When
|
|||
the request returns, an ``end`` token is included in the response. This token
|
||||
can be used in the next request to continue where the client left off.
|
||||
|
||||
All events must be deduplicated based on their event ID (TODO: is this actually a
|
||||
hard requirement in CS v2?)
|
||||
|
||||
.. TODO-spec
|
||||
How do we filter the event stream?
|
||||
Do we ever return multiple events in a single request? Don't we get lots of request
|
||||
|
|
|
|||
Loading…
Reference in a new issue