Commit fdff5122 authored by JC Brand's avatar JC Brand

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

parent 443ee80b
......@@ -3509,7 +3509,7 @@
subscription: 'none',
ask: null,
requesting: true,
fullname: fullname,
fullname: fullname || jid,
image: img,
image_type: img_type,
url: url,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment