You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/channels/matrix-migration.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,9 +211,6 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
211
211
212
212
- Meaning: OpenClaw found old encrypted Matrix state, but it could not load the helper entrypoint from the Matrix plugin that normally inspects that store.
213
213
- 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.
217
214
218
215
`Matrix plugin helper path is unsafe: ... Reinstall @openclaw/matrix and try again.`
219
216
@@ -236,9 +233,6 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
236
233
237
234
- Meaning: Matrix is pinned to a path install, so mainline updates do not automatically replace it with the repo's standard Matrix package.
238
235
- 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.
242
236
243
237
### Encrypted-state recovery messages
244
238
@@ -342,9 +336,6 @@ new backup key can load correctly after restart.
342
336
343
337
- Meaning: your plugin install record points at a local path that is gone.
344
338
- 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
0 commit comments