Skip to content

Commit

Permalink
Merge pull request #7462 from vector-im/dbkr/gone_away_is_the_bluebird
Browse files Browse the repository at this point in the history
Silence bluebird warnings
  • Loading branch information
dbkr authored Oct 5, 2018
2 parents a9e98e6 + bccccb2 commit e28180f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ import CallHandler from 'matrix-react-sdk/lib/CallHandler';

import {getVectorConfig} from './getconfig';

// Disable warnings for now: we use deprecated bluebird functions
// and need to migrate, but they spam the console with warnings.
Promise.config({warnings: false});

let lastLocationHashSet = null;

function initRageshake() {
Expand Down

0 comments on commit e28180f

Please sign in to comment.