Merge branch 'develop' into t3chguy/fix_upload_abort

This commit is contained in:
Michael Telatynski
2020-05-26 12:04:36 +01:00
committed by GitHub
52 changed files with 1723 additions and 437 deletions
+2
View File
@@ -16,10 +16,12 @@ limitations under the License.
import * as ModernizrStatic from "modernizr";
import ContentMessages from "../ContentMessages";
import { IMatrixClientPeg } from "../MatrixClientPeg";
declare global {
interface Window {
Modernizr: ModernizrStatic;
mxMatrixClientPeg: IMatrixClientPeg;
Olm: {
init: () => Promise<void>;
};