Merge remote-tracking branch 'origin/develop' into dbkr/wasm
This commit is contained in:
commit
e277d02f83
5 changed files with 23 additions and 9 deletions
|
@ -81,6 +81,6 @@
|
|||
</audio>
|
||||
<audio id="remoteAudio"></audio>
|
||||
<!-- let CSS themes pass constants to the app -->
|
||||
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"/></div><div id="mx_theme_tertiaryAccentColor"/></div>
|
||||
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"></div><div id="mx_theme_tertiaryAccentColor"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -62,6 +62,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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue