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
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user