Keeping profile data around longer in the face of errors

This commit is contained in:
Evan Hahn 2021-03-18 19:25:19 -05:00 committed by Josh Perez
parent c97bb0feee
commit 850e759579
3 changed files with 31 additions and 50 deletions

1
ts/model-types.d.ts vendored
View file

@ -207,7 +207,6 @@ export type ConversationAttributesType = {
profileFamilyName?: string;
profileKey?: string;
profileName?: string;
storageProfileKey?: string;
verified?: number;
profileLastFetchedAt?: number;