Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2023-12-05 13:56:52 +00:00
4 changed files with 46 additions and 15 deletions

View File

@@ -58,9 +58,6 @@ declare global {
interface Window {
matrixChat: ReturnType<Renderer>;
mxMatrixClientPeg: IMatrixClientPeg;
Olm: {
init: () => Promise<void>;
};
mxReactSdkConfig: DeepReadonly<IConfigOptions>;
// Needed for Safari, unknown to TypeScript