Merge branch 'search' into 'develop'

Search: fix handling of type parameter

See merge request pleroma/pleroma-fe!2141
This commit is contained in:
HJ 2025-04-10 19:44:31 +00:00
commit bfe29987db

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])