Procházet zdrojové kódy

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

JC Brand před 11 roky
rodič
revize
fdff512225
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,