fix: send message to LID addressing_mode groups

This commit is contained in:
canove
2025-04-23 10:17:30 -03:00
parent fb1d21b312
commit 53d6e3a8d5
3 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ export type RequestJoinMethod = 'invite_link' | 'linked_group_join' | 'non_admin
export interface GroupMetadata {
id: string
/** group uses 'lid' or 'pn' to send messages */
addressingMode: string
owner: string | undefined
subject: string
/** group subject owner */