Browse Source

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

JC Brand 10 years ago
parent
commit
fdff512225
1 changed files with 1 additions and 1 deletions
  1. 1 1
      converse.js

+ 1 - 1
converse.js

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