Skip to content

Commit

Permalink
fix: Fixed parent group Id missing in group metadata (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Oct 24, 2024
1 parent 1230a12 commit 1a40579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/model/group-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export interface GroupMetadata {
isLidAddressingMode: boolean;
isParentGroup: boolean;
isParentGroupClosed: boolean;
/** serialized chat ID of the parent group (community) */
parentGroup: string | undefined;
defaultSubgroup: boolean;
generalSubgroup: boolean;
generalChatAutoAddDisabled: boolean;
Expand Down

0 comments on commit 1a40579

Please sign in to comment.