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 @@ ...@@ -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,
......
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