Fixes bug with brigde unavailable message not shown to focus.
This commit is contained in:
parent
c53cc032a0
commit
e938f144b0
1
app.js
1
app.js
|
@ -709,7 +709,6 @@ $(document).bind('entered.muc', function (event, jid, info, pres) {
|
||||||
console.log('make new conference with', jid);
|
console.log('make new conference with', jid);
|
||||||
focus.makeConference(Object.keys(connection.emuc.members),
|
focus.makeConference(Object.keys(connection.emuc.members),
|
||||||
function(error) {
|
function(error) {
|
||||||
bridgeIsDown = true;
|
|
||||||
connection.emuc.addBridgeIsDownToPresence();
|
connection.emuc.addBridgeIsDownToPresence();
|
||||||
connection.emuc.sendPresence();
|
connection.emuc.sendPresence();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue