Remove consume_feed in favor of Protocol\Feed::consume

This commit is contained in:
Hypolite Petovan 2020-07-14 10:14:05 -04:00
parent acea18a255
commit a1d62734fa
3 changed files with 6 additions and 13 deletions

View file

@ -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);
}