X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapitimelinegroup.php;h=e1bc102e450edc54b2df4fe35b25887a89dac310;hb=f5650806cc0556d93ada1b43b16608ea3695c76a;hp=a85da4b0f35c1dddd62ed132a7d4f0a5ae7e5619;hpb=9e9b7b972c5c2365f1861327600a02e4aaa7c430;p=quix0rs-gnu-social.git diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php index a85da4b0f3..e1bc102e45 100644 --- a/actions/apitimelinegroup.php +++ b/actions/apitimelinegroup.php @@ -125,10 +125,6 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction header('Content-Type: application/atom+xml; charset=utf-8'); try { - $atom->addAuthorRaw($this->group->asAtomAuthor()); - $atom->setActivitySubject($this->group->asActivitySubject()); - $atom->setId($self); - $atom->setSelfLink($self); $atom->addEntryFromNotices($this->notices); $this->raw($atom->getString()); } catch (Atom10FeedException $e) {