actually run the new test and remove unrelated tweak
This commit is contained in:
parent
75e4d16462
commit
26fef6f294
3 changed files with 10 additions and 7 deletions
5
src/@types/global.d.ts
vendored
5
src/@types/global.d.ts
vendored
|
@ -35,11 +35,6 @@ type ElectronChannel =
|
|||
|
||||
declare global {
|
||||
interface Window {
|
||||
Modernizr: ModernizrAPI & FeatureDetects;
|
||||
Olm: {
|
||||
init: () => Promise<void>;
|
||||
};
|
||||
|
||||
mxSendRageshake: (text: string, withLogs?: boolean) => void;
|
||||
matrixChat: ReturnType<Renderer>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue