mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
more backend work on mail2 followers
This commit is contained in:
parent
ed608694ce
commit
19b636e7e8
2 changed files with 57 additions and 9 deletions
|
@ -1856,6 +1856,8 @@ function local_delivery($importer,$data) {
|
|||
$feed->enable_order_by_date(false);
|
||||
$feed->init();
|
||||
|
||||
/*
|
||||
// Currently unsupported - needs a lot of work
|
||||
$reloc = $feed->get_feed_tags( NAMESPACE_DFRN, 'relocate' );
|
||||
if(isset($reloc[0]['child'][NAMESPACE_DFRN])) {
|
||||
$base = $reloc[0]['child'][NAMESPACE_DFRN];
|
||||
|
@ -1880,6 +1882,7 @@ function local_delivery($importer,$data) {
|
|||
// schedule a scan?
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
// handle friend suggestion notification
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue