mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
Remove consume_feed in favor of Protocol\Feed::consume
This commit is contained in:
parent
acea18a255
commit
a1d62734fa
3 changed files with 6 additions and 13 deletions
|
@ -63,12 +63,3 @@ function add_page_info_to_body($body, $texturl = false, $no_photos = false)
|
|||
{
|
||||
return \Friendica\Content\PageInfo::appendToBody($body, $texturl, $no_photos);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 2020.06
|
||||
* @see \Friendica\Protocol\Feed::consume
|
||||
*/
|
||||
function consume_feed($xml, array $importer, array $contact, &$hub)
|
||||
{
|
||||
\Friendica\Protocol\Feed::consume($xml, $importer, $contact, $hub);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue