Matrix: fix Jiti runtime API boundary

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 11:39:59 -04:00
parent 5a41229a6d
commit ff6541f69d
8 changed files with 273 additions and 233 deletions

View File

@@ -195,8 +195,8 @@ export type PluginRuntimeChannel = {
};
matrix: {
threadBindings: {
setIdleTimeoutBySessionKey: typeof import("../../../extensions/matrix/runtime-api.js").setMatrixThreadBindingIdleTimeoutBySessionKey;
setMaxAgeBySessionKey: typeof import("../../../extensions/matrix/runtime-api.js").setMatrixThreadBindingMaxAgeBySessionKey;
setIdleTimeoutBySessionKey: typeof import("../../plugin-sdk/matrix.js").setMatrixThreadBindingIdleTimeoutBySessionKey;
setMaxAgeBySessionKey: typeof import("../../plugin-sdk/matrix.js").setMatrixThreadBindingMaxAgeBySessionKey;
};
};
signal: {