mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 16:37:53 -05:00
Return the correct token form
This commit is contained in:
parent
3ecaabc7fd
commit
af2fe6110c
@ -232,7 +232,7 @@ class StreamStore(SQLBaseStore):
|
|||||||
get_prev_content=True
|
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":
|
if order.lower() == "desc":
|
||||||
ret.reverse()
|
ret.reverse()
|
||||||
|
Loading…
Reference in New Issue
Block a user