浏览代码

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

JC Brand 10 年之前
父节点
当前提交
fdff512225
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      converse.js

+ 1 - 1
converse.js

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