From d850badf2b5717afe39a5fd96dabd29aa013910a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 21 Oct 2010 21:48:22 -0700 Subject: pull out follow, unfollow and as:actor for handling --- include/salmon.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/salmon.php') diff --git a/include/salmon.php b/include/salmon.php index 52810426f..92ec571b3 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -48,6 +48,7 @@ function get_salmon_key($uri,$keyhash) { $l = explode("\n",$h); if(count($l)) { foreach($l as $line) { + // TODO alter the following regex to support multiple relations (space separated) if((stristr($line,'link:')) && preg_match('/<([^>].*)>.*rel\=[\'\"]lrdd[\'\"]/',$line,$matches)) { $link = $matches[1]; if($debugging) -- cgit v1.2.3