mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
Avoid notices
This commit is contained in:
parent
4f7142198e
commit
2bae4dde1f
2 changed files with 4 additions and 1 deletions
|
@ -877,6 +877,9 @@ class Transmitter
|
|||
}
|
||||
|
||||
$reply = DBA::selectFirst('mail', ['uri', 'uri-id', 'from-url'], ['parent-uri' => $mail['parent-uri'], 'reply' => false]);
|
||||
if (!DBA::isResult($reply)) {
|
||||
$reply = $mail;
|
||||
}
|
||||
|
||||
// Making the post more compatible for Mastodon by:
|
||||
// - Making it a note and not an article (no title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue