forked from MirrorHub/synapse
Return the correct token form
This commit is contained in:
parent
3ecaabc7fd
commit
af2fe6110c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue