add a couple of FIXME comments
This commit is contained in:
parent
5a357d5399
commit
813451c9f9
|
@ -218,6 +218,9 @@ class OStatusPlugin extends Plugin
|
|||
$count = preg_match_all('/(\w+\.)*\w+@(\w+\.)*\w+(\w+\-\w+)*\.\w+/', $notice->content, $matches);
|
||||
if ($count) {
|
||||
foreach ($matches[0] as $webfinger) {
|
||||
|
||||
// FIXME: look up locally first
|
||||
|
||||
// Check to see if we've got an actual webfinger
|
||||
$w = new Webfinger;
|
||||
|
||||
|
@ -238,6 +241,8 @@ class OStatusPlugin extends Plugin
|
|||
continue;
|
||||
}
|
||||
|
||||
// FIXME: this needs to go out in a queue handler
|
||||
|
||||
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
|
||||
$xml .= $notice->asAtomEntry();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user