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

pull/7478/head
Weblate 2018-10-05 12:25:31 +00:00
commit 218da8a18a
1 changed files with 4 additions and 0 deletions

View File

@ -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() {