Fix notice when sending private messages

This commit is contained in:
Michael 2024-03-10 18:55:58 +00:00
parent e22ef85386
commit 3b024450ff
1 changed files with 1 additions and 0 deletions

View File

@ -1164,6 +1164,7 @@ class Transmitter
}
$mail['content-warning'] = '';
$mail['sensitive'] = false;
$mail['author-link'] = $mail['owner-link'] = $mail['from-url'];
$mail['owner-id'] = $mail['author-id'];
$mail['allow_cid'] = '<'.$mail['contact-id'].'>';