[backend] Don't filter search-by-username-and-host by recently active by default

This commit is contained in:
Laura Hausmann 2023-10-19 18:30:38 +02:00
parent 37ac6addd2
commit fdd8c28aed
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -36,7 +36,7 @@ export const paramDef = {
type: "integer", type: "integer",
minimum: 1, minimum: 1,
maximum: 1000, maximum: 1000,
default: 30, nullable: true
}, },
detail: { type: "boolean", default: true }, detail: { type: "boolean", default: true },
}, },