Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/electron_call_sleep
This commit is contained in:
commit
c63e429c76
4 changed files with 117 additions and 4 deletions
|
@ -26,6 +26,10 @@ import url from 'url';
|
|||
import UAParser from 'ua-parser-js';
|
||||
|
||||
export default class WebPlatform extends VectorBasePlatform {
|
||||
constructor() {
|
||||
super();
|
||||
this.runningVersion = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the platform supports displaying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue