mirror of
https://github.com/friendica/friendica
synced 2025-01-07 12:04:43 +00:00
Fix notice when sending private messages
This commit is contained in:
parent
e22ef85386
commit
3b024450ff
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