forked from GNUsocial/gnu-social
add a FIXME to Profile
This commit is contained in:
parent
a8c2a8261e
commit
71ecd68901
@ -807,6 +807,8 @@ class Profile extends Memcached_DataObject
|
|||||||
null,
|
null,
|
||||||
'http://activitystrea.ms/schema/1.0/person'
|
'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(
|
$xs->element(
|
||||||
'id',
|
'id',
|
||||||
null,
|
null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user