@agentvault/agentvault 0.14.26 → 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/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
  );