Fix disconnection event not propagating to the UI

This commit is contained in:
yflory
2019-08-16 11:33:57 +02:00
parent a327f4a0bf
commit c4a90a90f2
2 changed files with 5 additions and 5 deletions

View File

@@ -575,7 +575,6 @@ MessengerUI, Messages) {
};
var createRequest = function (toolbar, config) {
console.error('test');
if (!config.metadataMgr) {
throw new Error("You must provide a `metadataMgr` to display the request access button");
}