From: Michael Vogel Date: Sat, 25 Apr 2020 21:23:57 +0000 (+0200) Subject: Update twitter/twitter.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4486c7bfd57442a739d18dbc1d22d504c2d7de92;p=friendica-addons.git Update twitter/twitter.php Co-Authored-By: Hypolite Petovan --- diff --git a/twitter/twitter.php b/twitter/twitter.php index f27beb61..3742f0d8 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -1439,7 +1439,7 @@ function twitter_media_entities($post, array &$postarray) * @param bool $create_user Should users be created? * @param bool $only_existing_contact Only import existing contacts if set to "true" * @param bool $noquote - * @param integer $uriid When set to empty, create a "uri-id", otherwise use the given one - escept when it is lower than 0 + * @param integer $uriid URI Id used to store tags. 0 = create a new one; -1 = don't store tags for this post. * @return array item array */ function twitter_createpost(App $a, $uid, $post, array $self, $create_user, $only_existing_contact, $noquote, int $uriid = 0)