feat(web): prime group sessions with member roster
This commit is contained in:
@@ -766,6 +766,11 @@ export async function monitorWebProvider(
|
||||
MediaPath: latest.mediaPath,
|
||||
MediaUrl: latest.mediaUrl,
|
||||
MediaType: latest.mediaType,
|
||||
ChatType: latest.chatType,
|
||||
GroupSubject: latest.groupSubject,
|
||||
GroupMembers: latest.groupParticipants?.join(", "),
|
||||
SenderName: latest.senderName,
|
||||
SenderE164: latest.senderE164,
|
||||
},
|
||||
{
|
||||
onReplyStart: latest.sendComposing,
|
||||
|
||||
Reference in New Issue
Block a user