reverse results on each page to have most recent first
This commit is contained in:
parent
09c3197fb8
commit
7be80cb408
|
@ -829,7 +829,7 @@ function loadKnownSpamPosts(params) {
|
|||
|
||||
console.log("HELLO WORLD 1");
|
||||
|
||||
var url = GlobalVars.settings.postgrest_url + '/known_spam_post?select=*,known_spam_post_attachment(*,phash::text)'
|
||||
var url = GlobalVars.settings.postgrest_url + '/known_spam_post?select=*,known_spam_post_attachment(*,phash::text)&order=time_stamp.desc'
|
||||
|
||||
const pageNum = Number(params.get(replaceAll(pageName, ' ', '_')) || 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue