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',
|
// 'type' => 'Link',
|
||||||
// 'mediaType' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
// 'mediaType' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
||||||
// 'href' => $quote_url,
|
// '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(
|
return BBCode::convertShare(
|
||||||
$body,
|
$body,
|
||||||
function (array $attributes) {
|
function (array $attributes) {
|
||||||
return $attributes['link'];
|
return '♲ ' . $attributes['link'];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue