























@@ -211,6 +211,9 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
211211212212- Meaning: OpenClaw found old encrypted Matrix state, but it could not load the helper entrypoint from the Matrix plugin that normally inspects that store.
213213- What to do: reinstall or repair the Matrix plugin (`openclaw plugins install @openclaw/matrix`, or `openclaw plugins install ./path/to/local/matrix-plugin` for a repo checkout), then rerun `openclaw doctor --fix` or restart the gateway.
214+- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
215+ plugin from a current packaged OpenClaw build or the local checkout path until
216+ a newer npm package is published.
214217215218`Matrix plugin helper path is unsafe: ... Reinstall @openclaw/matrix and try again.`
216219@@ -233,6 +236,9 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
233236234237- Meaning: Matrix is pinned to a path install, so mainline updates do not automatically replace it with the repo's standard Matrix package.
235238- What to do: reinstall with `openclaw plugins install @openclaw/matrix` when you want to return to the default Matrix plugin.
239+- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
240+ plugin from a current packaged OpenClaw build until a newer npm package is
241+ published.
236242237243### Encrypted-state recovery messages
238244@@ -336,6 +342,9 @@ new backup key can load correctly after restart.
336342337343- Meaning: your plugin install record points at a local path that is gone.
338344- What to do: reinstall with `openclaw plugins install @openclaw/matrix`, or if you are running from a repo checkout, `openclaw plugins install ./path/to/local/matrix-plugin`.
345+- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
346+ plugin from a current packaged OpenClaw build or the local checkout path until
347+ a newer npm package is published.
339348340349## If encrypted history still does not come back
341350此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。