diff options
| author | Hunternif <hunternif@gmail.com> | 2024-12-07 20:27:00 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2024-12-07 20:27:00 +0000 |
| commit | 34e7c883808738871aed371948a3c9896a95905c (patch) | |
| tree | 162b063f7025ede31ad5780a8bec657d39a46e28 /client/js/models | |
| parent | 4be959b05746d6f2360b0d8d6b0af94f94aebb8a (diff) | |
server+client: use safety rating param in "lookalikes" api
Diffstat (limited to 'client/js/models')
| -rw-r--r-- | client/js/models/post_list.js | 1 |
1 files changed, 1 insertions, 0 deletions
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(","), |