Store username instead of nice name.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 17:44:00 +0000 (19:44 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 17:44:00 +0000 (19:44 +0200)
src/main/resources/templates/insert/sone.xml

index 53ffabd..c2d67ca 100644 (file)
@@ -39,7 +39,7 @@
                <friend>
                        <sone-id><% friend.id|html></sone-id>
                        <sone-key><% friend.requestUri|html></sone-key>
-                       <sone-name><% friend.niceName|html></sone-name>
+                       <sone-name><% friend.name|html></sone-name>
                </friend>
                <%/foreach>
        </friends>