1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Rip out more bluebirds

This commit is contained in:
Michael Telatynski
2019-11-25 16:58:46 +00:00
parent 0170cb066d
commit efcaadd0b4
6 changed files with 1 additions and 10 deletions

View File

@@ -20,15 +20,12 @@ limitations under the License.
*
* @module crypto/algorithms/olm
*/
import Promise from 'bluebird';
import logger from '../../logger';
const utils = require("../../utils");
const olmlib = require("../olmlib");
const DeviceInfo = require("../deviceinfo");
const DeviceVerification = DeviceInfo.DeviceVerification;
const base = require("./base");
/**