1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +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));
throw error;
});
}, function() {
debuglog("Error setting local description!");
});