mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:03:40 +00:00
Add ♲ symbol
This commit is contained in:
parent
8d9cb974af
commit
6fb5e13b08
1 changed files with 2 additions and 2 deletions
|
@ -1397,7 +1397,7 @@ class Transmitter
|
|||
// 'type' => 'Link',
|
||||
// 'mediaType' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
||||
// 'href' => $quote_url,
|
||||
// 'name' => BBCode::convertForUriId($item['uri-id'], $quote_url, BBCode::ACTIVITYPUB)
|
||||
// 'name' => '♲ ' . BBCode::convertForUriId($item['uri-id'], $quote_url, BBCode::ACTIVITYPUB)
|
||||
//];
|
||||
}
|
||||
|
||||
|
@ -1721,7 +1721,7 @@ class Transmitter
|
|||
return BBCode::convertShare(
|
||||
$body,
|
||||
function (array $attributes) {
|
||||
return $attributes['link'];
|
||||
return '♲ ' . $attributes['link'];
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue