summary refs log tree commit diff
path: root/synapse/storage/relations.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-17 13:53:53 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-17 13:53:53 +0000
commit748ebe2fd57f1d1c279f73ce414909f7220bdeae (patch)
tree24e6ad53e9b6267ad78a2d3a5dc1ae561fcdde49 /synapse/storage/relations.py
parentMerge pull request #5644 from matrix-org/babolivier/profile-allow-self (diff)
parentInclude the original event in /relations (#5626) (diff)
downloadsynapse-748ebe2fd57f1d1c279f73ce414909f7220bdeae.tar.xz
Include the original event in /relations (#5626)
Diffstat (limited to 'synapse/storage/relations.py')
-rw-r--r--synapse/storage/relations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/relations.py b/synapse/storage/relations.py

index 1b01934c19..9954bc094f 100644 --- a/synapse/storage/relations.py +++ b/synapse/storage/relations.py
@@ -60,7 +60,7 @@ class PaginationChunk(object): class RelationPaginationToken(object): """Pagination token for relation pagination API. - As the results are order by topological ordering, we can use the + As the results are in topological order, we can use the `topological_ordering` and `stream_ordering` fields of the events at the boundaries of the chunk as pagination tokens.