Merge pull request #13983 from annando/fix-notice

Fix notice when sending private messages
This commit is contained in:
Tobias Diekershoff 2024-03-10 20:09:25 +01:00 committed by GitHub
commit cd7a663733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'].'>';