Search: Fix passing through the type parameter

This commit is contained in:
Mark Felder 2025-04-09 20:16:52 -07:00
commit 88c79c2536

View file

@ -1366,7 +1366,7 @@ const search2 = ({ credentials, q, resolve, limit, offset, following, type }) =>
}
if (type) {
params.push(['following', type])
params.push(['type', type])
}
params.push(['with_relationships', true])