Selaa lähdekoodia

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

JC Brand 11 vuotta sitten
vanhempi
commit
fdff512225
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,