feat: implement multi-segment PDF email attachments and add PWA mobile icons
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s

This commit is contained in:
2026-05-06 10:14:16 +02:00
parent 415f8bbcf3
commit 443ab765c9
7 changed files with 66 additions and 31 deletions
@@ -200,7 +200,7 @@ export class InboxController {
subject: string;
body: string;
html?: string;
filename?: string;
segments: { pages: number[]; filename: string }[];
},
@Request() req: any,
): Promise<void> {