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. --- version.inc | 2 +- view/tpl/diaspora_vcard.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.inc b/version.inc index edded63aa..45852255c 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-09-06.790 +2014-09-07.791 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