use localhost ew

This commit is contained in:
Timo
2025-04-03 18:01:43 +02:00
parent afced3eb73
commit 7561e33e38
2 changed files with 24 additions and 0 deletions

View File

@@ -12,5 +12,13 @@ declare global {
mxMatrixClientPeg: {
get(): Matrix.MatrixClient;
};
mxSettingsStore: {
setValue: (
settingKey: string,
room: string | null,
level: string,
setting: string,
) => void;
};
}
}