Merge pull request #10406 from paulwer/feat-improvements-to-inbound

fix: issue when email body is empty
This commit is contained in:
David Bomba 2024-12-19 13:01:40 +11:00 committed by GitHub
commit 8aff87c37b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class InboundMail
public ?UploadedFile $body_document = null;
public string $text_body;
public ?string $text_body = null;
/** @var array $documents */
public array $documents = [];