diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-02 14:38:22 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-02 14:38:22 +0100 |
commit | 82e278029c92c2460976142bb2aadb3b9dcdfa93 (patch) | |
tree | 0ac140a888f714f9cf849a78f8b8d5a56f7e704e /docs | |
parent | Remove note about assymetry of having left a room. (diff) | |
download | synapse-82e278029c92c2460976142bb2aadb3b9dcdfa93.tar.xz |
Remove incorrect reasons for empty PDU lists.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index 081d949b41..dcb99d3792 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -1949,9 +1949,7 @@ is another list containing the EDUs. This key may be entirely absent if there are no EDUs to transfer. (* Normally the PDU list will be non-empty, but the server should cope with -receiving an "empty" transaction, as this is useful for informing peers of -other transaction IDs they should be aware of. This effectively acts as a push -mechanism to encourage peers to continue to replicate content.) +receiving an "empty" transaction.) PDUs and EDUs ------------- |