Added pinned aliases feature

This commit is contained in:
Will Browning
2026-04-08 13:51:29 +01:00
parent cfb3ecb0ae
commit 89ecdcf76f
21 changed files with 917 additions and 82 deletions

View File

@@ -33,6 +33,11 @@ class IndexRecipientRequest extends FormRequest
'in:true,false',
'string',
],
'filter.alias_count' => [
'nullable',
'in:true,false',
'string',
],
];
}
}