Skip to content
Snippets Groups Projects
Commit 58f7a20e authored by nkour's avatar nkour
Browse files

because we also limit and offset

parent 86326d84
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,6 @@ def get_last_conversation_lines(self, jid, restore_how_many_rows,
)
results = self.cur.fetchall()
#FIXME: why do we reverse, instead of selecting by ASC order?
results.reverse()
return results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment