mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Merge pull request #13983 from annando/fix-notice
Fix notice when sending private messages
This commit is contained in:
commit
cd7a663733
1 changed files with 1 additions and 0 deletions
|
@ -1164,6 +1164,7 @@ class Transmitter
|
||||||
}
|
}
|
||||||
|
|
||||||
$mail['content-warning'] = '';
|
$mail['content-warning'] = '';
|
||||||
|
$mail['sensitive'] = false;
|
||||||
$mail['author-link'] = $mail['owner-link'] = $mail['from-url'];
|
$mail['author-link'] = $mail['owner-link'] = $mail['from-url'];
|
||||||
$mail['owner-id'] = $mail['author-id'];
|
$mail['owner-id'] = $mail['author-id'];
|
||||||
$mail['allow_cid'] = '<'.$mail['contact-id'].'>';
|
$mail['allow_cid'] = '<'.$mail['contact-id'].'>';
|
||||||
|
|
Loading…
Reference in a new issue