Files
ephraimduncan 12986f5afa fix: forward hasExpiredRecipients in internal documents route
`findDocumentsInternal` inherits `hasExpiredRecipients` from `ZFindDocumentsRequestSchema`
but the handler did not destructure or forward it to `findDocuments`, so callers requesting
the filter received unfiltered results.

Destructure the field from input and pass it through, matching the public `findDocuments`
route.
2026-05-28 23:35:47 +00:00
..
2026-05-08 16:04:22 +10:00
2026-05-08 16:04:22 +10:00
2026-05-08 16:04:22 +10:00