update pal

This commit is contained in:
howard-stearns 2016-12-16 14:59:54 -08:00
parent 3adc78fecc
commit 70af96669c

View file

@ -117,7 +117,7 @@ function populateUserList() {
AvatarList.getAvatarIdentifiers().sort().forEach(function (id) { // sorting the identifiers is just an aid for debugging
var avatar = AvatarList.getAvatar(id);
var avatarPalDatum = {
displayName: avatar.displayName || ('anonymous ' + counter++),
displayName: avatar.sessionDisplayName,
userName: "fakeAcct" + (id || "Me"),
sessionId: id || ''
};