forknuto z friendica/friendica-addons
[twitter] Add missing parameter to converShare
Tato revize je obsažena v:
rodič
7a376aeaad
revize
9222681d18
1 změněných souborů, kde bylo provedeno 2 přidání a 2 odebrání
|
@ -557,8 +557,8 @@ function twitter_post_hook(App $a, array &$b)
|
|||
// Handling non-native reshares
|
||||
$b['body'] = Friendica\Content\Text\BBCode::convertShare(
|
||||
$b['body'],
|
||||
function (array $attributes, array $author_contact, $content) {
|
||||
return twitter_convert_share($attributes, $author_contact, $content);
|
||||
function (array $attributes, array $author_contact, $content, $is_quote_share) {
|
||||
return twitter_convert_share($attributes, $author_contact, $content, $is_quote_share);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Načítání…
Přidat tabulku
Přidat odkaz
Odkázat v novém problému