forked from GNUsocial/gnu-social
		
	E-mail should contain full acct uri too (FancyName)
This commit is contained in:
		@@ -199,8 +199,7 @@ function mail_subscribe_notify_profile($listenee, $other)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        $name = $profile->getBestName();
 | 
					        $name = $profile->getBestName();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $long_name = ($other->fullname) ?
 | 
					        $long_name = $other->getFancyName();
 | 
				
			||||||
          ($other->fullname . ' (' . $other->nickname . ')') : $other->nickname;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $recipients = $listenee->email;
 | 
					        $recipients = $listenee->email;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user