From 4faeebddb22095509149ecd37b548e8ac9151d59 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Sep 2014 17:13:44 -0700 Subject: 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. --- view/tpl/diaspora_vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl index 9d234a398..f9dac9306 100644 --- a/view/tpl/diaspora_vcard.tpl +++ b/view/tpl/diaspora_vcard.tpl @@ -2,7 +2,7 @@
Nickname
- {{$diaspora.nickname}} + {{$diaspora.fullname}}
-- cgit v1.2.3