Remove activity:actor and deprecation warning from Atom Activity Streams serialization
This commit is contained in:
parent
9f75131082
commit
c585a43d6f
|
@ -570,18 +570,6 @@ class Activity
|
||||||
|
|
||||||
if ($author) {
|
if ($author) {
|
||||||
$this->actor->outputTo($xs, 'author');
|
$this->actor->outputTo($xs, 'author');
|
||||||
|
|
||||||
// XXX: Remove <activity:actor> ASAP! Author information
|
|
||||||
// has been moved to the author element in the Activity
|
|
||||||
// Streams spec. We're outputting actor only for backward
|
|
||||||
// compatibility with clients that can only parse
|
|
||||||
// activities based on older versions of the spec.
|
|
||||||
|
|
||||||
$depMsg = 'Deprecation warning: activity:actor is present '
|
|
||||||
. 'only for backward compatibility. It will be '
|
|
||||||
. 'removed in the next version of StatusNet.';
|
|
||||||
$xs->comment($depMsg);
|
|
||||||
$this->actor->outputTo($xs, 'activity:actor');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->verb != ActivityVerb::POST || count($this->objects) != 1 || $tag != 'entry') {
|
if ($this->verb != ActivityVerb::POST || count($this->objects) != 1 || $tag != 'entry') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user