Email to forum not working from Mac
This commit is contained in:
parent
c1f65c614d
commit
748e56a3b3
4 changed files with 9 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ sub addPost {
|
|||
content=>$content,
|
||||
ownerUserId=>$user->userId,
|
||||
username=>$user->profileField("alias") || $user->username,
|
||||
originalEmail=>$message->{rawMessage}
|
||||
});
|
||||
if (scalar(@attachments)) {
|
||||
my $storage = $post->getStorageLocation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue