mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
Limit smilies replacement to BBCode::convert
This commit is contained in:
parent
5e4ace271b
commit
9545ff614b
3 changed files with 6 additions and 9 deletions
|
@ -384,7 +384,7 @@ function message_content(App $a)
|
|||
|
||||
$from_name_e = $message['from-name'];
|
||||
$subject_e = $message['title'];
|
||||
$body_e = Smilies::replace(BBCode::convert($message['body']));
|
||||
$body_e = BBCode::convert($message['body']);
|
||||
$to_name_e = $message['name'];
|
||||
|
||||
$contact = Contact::getDetailsByURL($message['from-url']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue