related to #1858 Most recent user first

This commit is contained in:
MatthieuLP 2023-02-06 15:01:35 +01:00
parent 0b9e177782
commit c6ada9b9ac

View file

@ -1481,7 +1481,7 @@ function update_guest_info() {
function update_user_list() {
let update_data = {
display: "all",
order: "id",
order: "id DESC", // We want the most recent user first
page: actual_page - 1,
per_page: per_page,
exclude: [guest_id]