X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivity.php;h=5234a54c03d9221ffb49e53a81bf9aa5bc905c15;hb=c585a43d6f55070f9e3f2ad163bda256984fda6f;hp=9dbb0e2ee0029b845f5ca6464e519812f30ac534;hpb=9f75131082ad282a59bc9de1c8ad82f5e3c79956;p=quix0rs-gnu-social.git diff --git a/lib/activity.php b/lib/activity.php index 9dbb0e2ee0..5234a54c03 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -570,18 +570,6 @@ class Activity if ($author) { $this->actor->outputTo($xs, 'author'); - - // XXX: Remove 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') {