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

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.
@@ -3004,7 +3004,7 @@ var NostrTransportProvider = class _NostrTransportProvider {
3004
3004
  const chatFilter = new Filter();
3005
3005
  chatFilter.kinds = [EventKinds.GIFT_WRAP];
3006
3006
  chatFilter["#p"] = [nostrPubkey];
3007
- chatFilter.since = dmSince;
3007
+ chatFilter.since = dmSince - TIMESTAMP_RANDOMIZATION;
3008
3008
  this.chatSubscriptionId = this.nostrClient.subscribe(chatFilter, {
3009
3009
  onEvent: (event) => {
3010
3010
  logger.debug("Nostr", "Received chat event kind:", event.kind, "id:", event.id?.slice(0, 12));