Make mock server envelopes younger

This commit is contained in:
Fedor Indutny 2023-02-01 18:11:33 -08:00 committed by GitHub
parent 015d789c90
commit 71c97e9580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ export class Bootstrap {
private privPhone?: PrimaryDevice;
private privDesktop?: Device;
private storagePath?: string;
private timestamp: number = Date.now() - durations.MONTH;
private timestamp: number = Date.now() - durations.WEEK;
constructor(options: BootstrapOptions = {}) {
this.server = new Server({