summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorMadLittleMods <MadLittleMods@users.noreply.github.com>2024-08-07 16:29:24 +0000
committerMadLittleMods <MadLittleMods@users.noreply.github.com>2024-08-07 16:29:24 +0000
commit60d2dc75f96216638cee57834814f4115033e0ae (patch)
tree57a688d0f8cf86c4d03a329808247d7a47ce012f /develop/print.html
parentdeploy: 244a255065c8ff7ae9aa6d948ea1f8c707ee943d (diff)
downloadsynapse-gh-pages.tar.xz
deploy: 11db575218d2601384e05519a45d930f34d0b1ae github/gh-pages gh-pages
Diffstat (limited to '')
-rw-r--r--develop/print.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html

index 47979625ef..7c80cffb83 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -19561,8 +19561,10 @@ messages are added to the DAG. Normally, <code>stream_ordering</code> is an auto incrementing integer, but backfilled events start with <code>stream_ordering=-1</code> and decrement.</p> <hr /> <ul> -<li><code>/sync</code> returns things in the order they arrive at the server (<code>stream_ordering</code>).</li> -<li><code>/messages</code> (and <code>/backfill</code> in the federation API) return them in the order determined by the event graph <code>(topological_ordering, stream_ordering)</code>.</li> +<li>Incremental <code>/sync?since=xxx</code> returns things in the order they arrive at the server +(<code>stream_ordering</code>).</li> +<li>Initial <code>/sync</code>, <code>/messages</code> (and <code>/backfill</code> in the federation API) return them in +the order determined by the event graph <code>(topological_ordering, stream_ordering)</code>.</li> </ul> <p>The general idea is that, if you're following a room in real-time (i.e. <code>/sync</code>), you probably want to see the messages as they arrive at your server,