mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Use "convertForUriId" when possible
This commit is contained in:
parent
b164910032
commit
9eaa6a2c08
9 changed files with 16 additions and 16 deletions
|
@ -514,7 +514,7 @@ function pumpio_send(App $a, array &$b)
|
|||
if ($oauth_token && $oauth_token_secret) {
|
||||
$title = trim($b['title']);
|
||||
|
||||
$content = BBCode::convert($b['body'], false, BBCode::CONNECTORS);
|
||||
$content = BBCode::convertForUriId($b['uri-id'], $b['body'], BBCode::CONNECTORS);
|
||||
|
||||
$params = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue