From: Mikael Nordfeldth Date: Thu, 6 Apr 2017 11:23:33 +0000 (+0200) Subject: E-mail should contain full acct uri too (FancyName) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b3021d61c92d5f52772f159174f5de1a94c5d18;p=quix0rs-gnu-social.git E-mail should contain full acct uri too (FancyName) --- diff --git a/lib/mail.php b/lib/mail.php index 428f876383..497637eb44 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -199,8 +199,7 @@ function mail_subscribe_notify_profile($listenee, $other) $name = $profile->getBestName(); - $long_name = ($other->fullname) ? - ($other->fullname . ' (' . $other->nickname . ')') : $other->nickname; + $long_name = $other->getFancyName(); $recipients = $listenee->email;