Fixes bug with brigde unavailable message not shown to focus.

This commit is contained in:
fo 2014-10-02 10:53:25 +03:00
parent c53cc032a0
commit e938f144b0
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -709,7 +709,6 @@ $(document).bind('entered.muc', function (event, jid, info, pres) {
console.log('make new conference with', jid);
focus.makeConference(Object.keys(connection.emuc.members),
function(error) {
bridgeIsDown = true;
connection.emuc.addBridgeIsDownToPresence();
connection.emuc.sendPresence();
}