diff --git a/apps/fluux/src/e2ee/OpenPGPPluginBase.ts b/apps/fluux/src/e2ee/OpenPGPPluginBase.ts index a08d0bf2..df2abf6d 100644 --- a/apps/fluux/src/e2ee/OpenPGPPluginBase.ts +++ b/apps/fluux/src/e2ee/OpenPGPPluginBase.ts @@ -1511,13 +1511,19 @@ export abstract class OpenPGPPluginBase implements E2EEPlugin { : `${this.pluginName()}: signcrypt does not address ${ownBareJid}`, ) } - const skew = Math.abs(envelope.timestamp.getTime() - this.now()) - if (skew > SIGNCRYPT_CLOCK_SKEW_MS) { - throw new E2EEPluginError( - 'permanent', - 'envelope-stale', - `${this.pluginName()}: signcrypt