diff --git a/converse.js b/converse.js index c677e4145..267ca61a7 100644 --- a/converse.js +++ b/converse.js @@ -396,7 +396,7 @@ this.initStatus($.proxy(function () { this.initRoster(); this.chatboxes.onConnected(); - this.connection.roster.get(); + this.connection.roster.get(function () {}); $(document).click(function() { if ($('.toggle-otr ul').is(':visible')) { $('.toggle-otr ul', this).slideUp();