Show list of members in a group in ConversationHero

This commit is contained in:
yash-signal
2025-04-16 18:16:41 -05:00
committed by GitHub
parent a1222d493b
commit fcc81d9a7f
10 changed files with 536 additions and 43 deletions

View File

@@ -43,6 +43,7 @@ export function getDefaultConversation(
sharedGroupNames: [],
title: `${firstName} ${lastName}`,
titleNoDefault: `${firstName} ${lastName}`,
titleShortNoDefault: firstName,
serviceId: generateAci(),
...overrideProps,
type: 'direct' as const,