forked from GNUsocial/gnu-social
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);
|
$count = preg_match_all('/(\w+\.)*\w+@(\w+\.)*\w+(\w+\-\w+)*\.\w+/', $notice->content, $matches);
|
||||||
if ($count) {
|
if ($count) {
|
||||||
foreach ($matches[0] as $webfinger) {
|
foreach ($matches[0] as $webfinger) {
|
||||||
|
|
||||||
|
// FIXME: look up locally first
|
||||||
|
|
||||||
// Check to see if we've got an actual webfinger
|
// Check to see if we've got an actual webfinger
|
||||||
$w = new Webfinger;
|
$w = new Webfinger;
|
||||||
|
|
||||||
@ -238,6 +241,8 @@ class OStatusPlugin extends Plugin
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: this needs to go out in a queue handler
|
||||||
|
|
||||||
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
|
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
|
||||||
$xml .= $notice->asAtomEntry();
|
$xml .= $notice->asAtomEntry();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user