X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fatomgroupnoticefeed.php;h=5b6fcf42952b1e24ee255234b16157907b8cfb07;hb=ccfeefc874686101f7425cc9d1bdd3841c4cba09;hp=39a1fd456efa02a3a89f553d4469f8ddbbf705a2;hpb=884b26229d74cc5b386406e3e9125629b4e3ecd0;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()); }