Update storageService logging

This commit is contained in:
Fedor Indutny 2022-02-08 10:00:18 -08:00 committed by GitHub
parent 0a18cc50bd
commit cb5131420f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 444 additions and 339 deletions

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

@ -273,6 +273,7 @@ export type ConversationAttributesType = {
needsVerification?: boolean;
profileSharing: boolean;
storageID?: string;
storageVersion?: number;
storageUnknownFields?: string;
unreadCount?: number;
version: number;