E-mail should contain full acct uri too (FancyName)

This commit is contained in:
Mikael Nordfeldth 2017-04-06 13:23:33 +02:00
parent 2ce2201496
commit 1b3021d61c
1 changed files with 1 additions and 2 deletions

View File

@ -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;