forked from GNUsocial/gnu-social
Merge branch 'notice_id-xml' into 'nightly'
Use the statusnet namespace for notice_id in atom feed See merge request !136
This commit is contained in:
@@ -77,7 +77,7 @@ class ActivityVerbPostPlugin extends ActivityVerbHandlerPlugin
|
||||
$object->content = $notice->getRendered();
|
||||
$object->link = $notice->getUrl();
|
||||
|
||||
$object->extra[] = array('status_net', array('notice_id' => $notice->getID()));
|
||||
$object->extra[] = array('statusnet:notice_id', null, $notice->getID());
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user