mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into element
commit
b720c8a138
|
@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
|
||||||
|
|
||||||
import Favicon from "../../favicon";
|
import Favicon from "../../favicon";
|
||||||
|
|
||||||
export const updateCheckStatusEnum = {
|
|
||||||
CHECKING: 'CHECKING',
|
|
||||||
ERROR: 'ERROR',
|
|
||||||
NOTAVAILABLE: 'NOTAVAILABLE',
|
|
||||||
DOWNLOADING: 'DOWNLOADING',
|
|
||||||
READY: 'READY',
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Vector-specific extensions to the BasePlatform template
|
* Vector-specific extensions to the BasePlatform template
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue