X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fatomgroupnoticefeed.php;h=5b6fcf42952b1e24ee255234b16157907b8cfb07;hb=f9d82a6ac588bfc5458d063d172513263eac0073;hp=39a1fd456efa02a3a89f553d4469f8ddbbf705a2;hpb=640e7e7c43fa8e9b1a8516b486e560df84bd9887;p=quix0rs-gnu-social.git diff --git a/lib/atomgroupnoticefeed.php b/lib/atomgroupnoticefeed.php index 39a1fd456e..5b6fcf4295 100644 --- a/lib/atomgroupnoticefeed.php +++ b/lib/atomgroupnoticefeed.php @@ -85,8 +85,9 @@ class AtomGroupNoticeFeed extends AtomNoticeFeed $this->setId($self); $this->setSelfLink($self); - $this->addAuthorRaw($group->asAtomAuthor()); - $this->setActivitySubject($group->asActivitySubject()); + $ao = ActivityObject::fromGroup($group); + + $this->addAuthorRaw($ao->asString('author')); $this->addLink($group->homeUrl()); }