0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 12:03:50 +01:00

Return the correct token form

This commit is contained in:
Erik Johnston 2016-03-09 16:11:53 +00:00
parent 3ecaabc7fd
commit af2fe6110c

View file

@ -232,7 +232,7 @@ class StreamStore(SQLBaseStore):
get_prev_content=True
)
self._set_before_and_after(ret, rows, topo_order=False)
self._set_before_and_after(ret, rows, topo_order=from_id is None)
if order.lower() == "desc":
ret.reverse()