Diaspora actually puts the account full name into the "nickname" field of the vcard. They don't put the nickname into the vcard at all. One wonders why even have a nickname field since the fullname is already presented in the next line. This hasn't caused us a problem with Friendica because I'm guessing nobody actually uses this line, though the number of class tags on it makes it seem somewhat important.
This commit is contained in:
		| @@ -1 +1 @@ | |||||||
| 2014-09-06.790 | 2014-09-07.791 | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| 	<dl class='entity_nickname'> | 	<dl class='entity_nickname'> | ||||||
| 		<dt>Nickname</dt> | 		<dt>Nickname</dt> | ||||||
| 		<dd>		 | 		<dd>		 | ||||||
| 			<a class="nickname url uid" href="{{$diaspora.podloc}}/" rel="me">{{$diaspora.nickname}}</a> | 			<a class="nickname url uid" href="{{$diaspora.podloc}}/" rel="me">{{$diaspora.fullname}}</a> | ||||||
| 		</dd> | 		</dd> | ||||||
| 	</dl> | 	</dl> | ||||||
| 	<dl class='entity_fn'> | 	<dl class='entity_fn'> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user