ActivityVerb::SHARE instead of http://activitystrea.ms/schema/1.0/share
This commit is contained in:
parent
70695a1463
commit
1eba33590b
|
@ -1244,7 +1244,7 @@ class Profile extends Managed_DataObject
|
||||||
|
|
||||||
$notice = Notice::pkeyGet(array('profile_id' => $this->id,
|
$notice = Notice::pkeyGet(array('profile_id' => $this->id,
|
||||||
'repeat_of' => $notice->id,
|
'repeat_of' => $notice->id,
|
||||||
'verb' => 'http://activitystrea.ms/schema/1.0/share'));
|
'verb' => ActivityVerb::SHARE));
|
||||||
|
|
||||||
return !empty($notice);
|
return !empty($notice);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user