mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 05:20:48 -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
|
||||
)
|
||||
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user