Bugfix. Make sure we fall back to jid if no fullname is set.

This commit is contained in:
JC Brand 2014-09-15 23:09:04 +02:00
parent 443ee80b6e
commit fdff512225

View File

@ -3509,7 +3509,7 @@
subscription: 'none', subscription: 'none',
ask: null, ask: null,
requesting: true, requesting: true,
fullname: fullname, fullname: fullname || jid,
image: img, image: img,
image_type: img_type, image_type: img_type,
url: url, url: url,