mod_storage_internal, tests: Fix before/after combined with the 'reverse' flag

This commit is contained in:
Matthew Wild 2023-12-12 13:41:14 +00:00
parent 9dd7726419
commit 4b0463968a
2 changed files with 25 additions and 0 deletions

View file

@ -180,6 +180,7 @@ function archive:find(username, query)
i = i - 1
return list[i]
end
query.before, query.after = query.after, query.before;
end
if query.key then
iter = it.filter(function(item)