From 71ecd689019a8086570c677af47ead4e02227fb3 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@status.net>
Date: Tue, 16 Feb 2010 12:45:00 -0500
Subject: [PATCH] add a FIXME to Profile

---
 classes/Profile.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/classes/Profile.php b/classes/Profile.php
index ab05bb8546..c79b1d893a 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -807,6 +807,8 @@ class Profile extends Memcached_DataObject
             null,
             'http://activitystrea.ms/schema/1.0/person'
         );
+        // FIXME: this presupposes a local user -- not necessarily the case
+        // instead use User::uri or Remote_profile::uri or Ostatus_profile::homeuri
         $xs->element(
             'id',
             null,
-- 
2.39.5