Remove unused isAccepted property from ConversationType
This commit is contained in:
parent
37c8c1727f
commit
b5269f4927
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ export type ConversationType = {
|
|||
canEditGroupInfo?: boolean;
|
||||
color?: ColorType;
|
||||
discoveredUnregisteredAt?: number;
|
||||
isAccepted?: boolean;
|
||||
isArchived?: boolean;
|
||||
isBlocked?: boolean;
|
||||
isGroupV1AndDisabled?: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue