mirror of
				https://git.friendi.ca/friendica/friendica-addons.git
				synced 2025-10-30 17:36:33 +00:00 
			
		
		
		
	Merge pull request #990 from MrPetovan/task/share-block-guid
[various] Update getShareOpeningTag::getShareOpeningTag method signature
This commit is contained in:
		
						commit
						94c658b105
					
				
					 2 changed files with 5 additions and 8 deletions
				
			
		|  | @ -915,9 +915,8 @@ function twitter_do_mirrorpost(App $a, $uid, $post) | |||
| 			$item['author-name'], | ||||
| 			$item['author-link'], | ||||
| 			$item['author-avatar'], | ||||
| 			'', | ||||
| 			$item['created'], | ||||
| 			$item['plink'] | ||||
| 			$item['plink'], | ||||
| 			$item['created'] | ||||
| 		); | ||||
| 
 | ||||
| 		$datarray['body'] .= $item['body'] . '[/share]'; | ||||
|  | @ -1644,9 +1643,8 @@ function twitter_createpost(App $a, $uid, $post, array $self, $create_user, $onl | |||
| 						$quoted['author-name'], | ||||
| 						$quoted['author-link'], | ||||
| 						$quoted['author-avatar'], | ||||
| 						"", | ||||
| 						$quoted['created'], | ||||
| 						$quoted['plink'] | ||||
| 						$quoted['plink'], | ||||
| 						$quoted['created'] | ||||
| 					); | ||||
| 
 | ||||
| 				$postarray['body'] .= $quoted['body'] . '[/share]'; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue