1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Merge remote-tracking branch 'origin/develop' into dbkr/inbound_sessions_to_cryptostore

This commit is contained in:
David Baker
2018-01-02 17:12:47 +00:00

View File

@@ -800,7 +800,6 @@ MatrixCall.prototype._gotLocalOffer = function(description) {
self.emit("error", callError(code, message)); self.emit("error", callError(code, message));
throw error; throw error;
}); });
}, function() { }, function() {
debuglog("Error setting local description!"); debuglog("Error setting local description!");
}); });