Skip to content

feat: handle conversation cell for ghost group [WPB-25261] - #22231

Open
e-maad wants to merge 2 commits into
mainfrom
feat/conversation-cell-ghost-group-WPB-25261
Open

feat: handle conversation cell for ghost group [WPB-25261]#22231
e-maad wants to merge 2 commits into
mainfrom
feat/conversation-cell-ghost-group-WPB-25261

Conversation

@e-maad

@e-maad e-maad commented Aug 17, 2026

Copy link
Copy Markdown
Contributor
TaskWPB-25261 [Web] Handle Admin Promotion System Message

Description

Update conversation cell for Ghost groups

Screenshot 2026-08-17 at 20 55 02

conversationEntity.isGuest(conversationData.is_guest);
}

if (conversationData.is_ghost_group !== undefined) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (conversationData.is_ghost_group !== undefined) {
if (!isUndefined(conversationData.is_ghost_group)) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants