Procházet zdrojové kódy

Make sure the roster is shown when a user subscribes

JC Brand před 12 roky
rodič
revize
a28b17bb14
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -1626,7 +1626,7 @@
                                 image: img,
                                 image: img,
                                 image_type: img_type,
                                 image_type: img_type,
                                 url: url,
                                 url: url,
-                                is_last: false,
+                                is_last: true,
                             });
                             });
                         }, this));
                         }, this));
                     }
                     }