mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
the rest of pubsubhubbub except for the UI that actually turns it on
This commit is contained in:
parent
632c557008
commit
0d2650b29b
4 changed files with 50 additions and 4 deletions
|
@ -102,7 +102,8 @@ function pubsub_post(&$a) {
|
|||
|
||||
$contact = $r[0];
|
||||
|
||||
consume_feed($xml,$importer,$contact);
|
||||
$feedhub = '';
|
||||
consume_feed($xml,$importer,$contact,$feedhub);
|
||||
|
||||
hub_post_return();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue