Support for GV1 -> GV2 migration
This commit is contained in:
parent
a0baa3e03f
commit
2c69f2c367
32 changed files with 2626 additions and 341 deletions
|
@ -65,7 +65,7 @@ export type ConversationType = {
|
|||
text: string;
|
||||
deletedForEveryone?: boolean;
|
||||
};
|
||||
markedUnread: boolean;
|
||||
markedUnread?: boolean;
|
||||
phoneNumber?: string;
|
||||
membersCount?: number;
|
||||
expireTimer?: number;
|
||||
|
@ -73,7 +73,7 @@ export type ConversationType = {
|
|||
muteExpiresAt?: number;
|
||||
type: ConversationTypeType;
|
||||
isMe?: boolean;
|
||||
lastUpdated: number;
|
||||
lastUpdated?: number;
|
||||
title: string;
|
||||
unreadCount?: number;
|
||||
isSelected?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue