mirror of
https://github.com/friendica/friendica
synced 2025-05-09 01:04:13 +02:00
Meaningful notification message
This commit is contained in:
parent
f0bb83c225
commit
6899d3c618
4 changed files with 321 additions and 98 deletions
|
@ -175,7 +175,7 @@ class Plaintext
|
|||
}
|
||||
}
|
||||
|
||||
$html = BBCode::convert($post['text'] . ($post['after'] ?? ''), false, $htmlmode);
|
||||
$html = BBCode::convertForUriId($item['uri-id'], $post['text'] . ($post['after'] ?? ''), $htmlmode);
|
||||
$msg = HTML::toPlaintext($html, 0, true);
|
||||
$msg = trim(html_entity_decode($msg, ENT_QUOTES, 'UTF-8'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue