Use message age to expire old incoming calls

This commit is contained in:
Jim Gustafson
2020-06-25 14:42:32 -07:00
committed by Scott Nonnenberg
parent 870a0d2b65
commit e87a0103cc
3 changed files with 35 additions and 5 deletions

1
ts/textsecure.d.ts vendored
View File

@@ -372,6 +372,7 @@ export declare class EnvelopeClass {
// Note: these additional properties are added in the course of processing
id: string;
unidentifiedDeliveryReceived?: boolean;
messageAgeSec?: number;
}
// Note: we need to use namespaces to express nested classes in Typescript