X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fatomusernoticefeed.php;h=2ad8de4550d1a3c3aac8b694f974a4ebf9e19c2d;hb=13521cb510f2377e9b865b0506f92ada9ef9b3cd;hp=f71c721feccf649283928859565676582b75e4ad;hpb=d5ba9e1b10071484ec9bdce9821207a37b446fc8;p=quix0rs-gnu-social.git diff --git a/lib/atomusernoticefeed.php b/lib/atomusernoticefeed.php index f71c721fec..2ad8de4550 100644 --- a/lib/atomusernoticefeed.php +++ b/lib/atomusernoticefeed.php @@ -60,8 +60,7 @@ class AtomUserNoticeFeed extends AtomNoticeFeed $this->user = $user; if (!empty($user)) { $profile = $user->getProfile(); - $this->addAuthor($profile->getBestName(), - $user->uri); + $this->addAuthor($profile->nickname, $user->uri); } }