Browse Source

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

JC Brand 11 năm trước cách đây
mục cha
commit
fdff512225
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,