From 34e7c883808738871aed371948a3c9896a95905c Mon Sep 17 00:00:00 2001 From: Hunternif Date: Sat, 7 Dec 2024 20:27:00 +0000 Subject: server+client: use safety rating param in "lookalikes" api --- client/js/models/post_list.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/js/models/post_list.js b/client/js/models/post_list.js index a94ff7f..5ec8f3a 100644 --- a/client/js/models/post_list.js +++ b/client/js/models/post_list.js @@ -58,6 +58,7 @@ class PostList extends AbstractList { return api .get( uri.formatApiLink("post", id, "reverse-search", { + query: PostList.decorateSearchQuery(""), limit: limit, threshold: threshold, fields: fields.join(","), -- cgit v1.3