Onepoll moved as well
This commit is contained in:
parent
521e213e7a
commit
476facde61
6 changed files with 629 additions and 629 deletions
|
|
@ -252,7 +252,7 @@ function new_contact($uid, $url, $interactive = false, $network = '') {
|
|||
|
||||
// pull feed and consume it, which should subscribe to the hub.
|
||||
|
||||
Worker::add(PRIORITY_HIGH, "onepoll", $contact_id, "force");
|
||||
Worker::add(PRIORITY_HIGH, "OnePoll", $contact_id, "force");
|
||||
|
||||
$r = q("SELECT `contact`.*, `user`.* FROM `contact` INNER JOIN `user` ON `contact`.`uid` = `user`.`uid`
|
||||
WHERE `user`.`uid` = %d AND `contact`.`self` LIMIT 1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue