mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:00:42 +00:00
fix(matrix): resolve multiple matrix-js-sdk entrypoints error
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
c206702add
commit
853bfe3e84
@@ -1,4 +1,4 @@
|
||||
import type { MatrixEvent } from "matrix-js-sdk";
|
||||
import type { MatrixEvent } from "matrix-js-sdk/lib/matrix.js";
|
||||
import type { MatrixRawEvent } from "./types.js";
|
||||
|
||||
export type MatrixEventContentMode = "current" | "original";
|
||||
|
||||
Reference in New Issue
Block a user