@unicitylabs/sphere-sdk 0.6.13-dev.2 → 0.6.13

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.
@@ -3052,7 +3052,7 @@ var NostrTransportProvider = class _NostrTransportProvider {
3052
3052
  const chatFilter = new import_nostr_js_sdk.Filter();
3053
3053
  chatFilter.kinds = [import_nostr_js_sdk.EventKinds.GIFT_WRAP];
3054
3054
  chatFilter["#p"] = [nostrPubkey];
3055
- chatFilter.since = dmSince;
3055
+ chatFilter.since = dmSince - TIMESTAMP_RANDOMIZATION;
3056
3056
  this.chatSubscriptionId = this.nostrClient.subscribe(chatFilter, {
3057
3057
  onEvent: (event) => {
3058
3058
  logger.debug("Nostr", "Received chat event kind:", event.kind, "id:", event.id?.slice(0, 12));