mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Review comments round III
This commit is contained in:
parent
85a6a5a530
commit
62d53b4f33
|
|
@ -663,11 +663,8 @@ last request left off. Multiple events can be returned per long-poll.
|
|||
Events are ordered in this API according to the arrival time of the event on
|
||||
the homeserver. This can conflict with other APIs which order events based on
|
||||
their partial ordering in the event graph. This can result in duplicate events
|
||||
being received (once per API call). Clients SHOULD de-duplicate events based
|
||||
on the event ID when this happens.
|
||||
|
||||
.. TODO
|
||||
is deduplication actually a hard requirement in CS v2?
|
||||
being received (once per distinct API called). Clients SHOULD de-duplicate
|
||||
events based on the event ID when this happens.
|
||||
|
||||
.. TODO-spec
|
||||
Do we ever support streaming requests? Why not websockets?
|
||||
|
|
|
|||
Loading…
Reference in a new issue