@agentvault/agentvault 0.14.25 → 0.14.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/channel.d.ts.map +1 -1
- package/dist/cli.js +3 -0
- package/dist/cli.js.map +2 -2
- package/dist/index.js +3 -0
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47177,6 +47177,9 @@ var init_channel = __esm({
|
|
|
47177
47177
|
delete existingRoom.ownSenderKeyChain;
|
|
47178
47178
|
delete existingRoom.peerSenderKeyState;
|
|
47179
47179
|
}
|
|
47180
|
+
if (this._persisted) {
|
|
47181
|
+
this._persisted.lastMessageTimestamp = (/* @__PURE__ */ new Date()).toISOString();
|
|
47182
|
+
}
|
|
47180
47183
|
console.log(
|
|
47181
47184
|
`[SecureChannel] Force rekey: cleared ${cleared} sessions for room ${roomData.roomId.slice(0, 8)}...`
|
|
47182
47185
|
);
|