upd: search filters

This commit is contained in:
Mar0xy 2023-10-22 00:13:08 +02:00
parent d392edbc6b
commit a74c7f60b5
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 9 additions and 7 deletions

View file

@ -75,6 +75,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
host: ps.host,
filetype: ps.filetype,
order: ps.order,
disableMeili: ps.filetype ? true : false,
}, {
untilId: ps.untilId,
sinceId: ps.sinceId,