*group: parse @lids properly when processing group notifications

*This commit is breaking, it changes the format of participants in group-participants.update.
This commit is contained in:
Rajeh Taher
2025-10-05 23:56:14 +03:00
parent 09263aa3d2
commit c5b0001b61
8 changed files with 95 additions and 27 deletions
+1
View File
@@ -55,6 +55,7 @@ export interface GroupMetadata {
inviteCode?: string
/** the person who added you to group or changed some setting in group */
author?: string
authorPn?: string
}
export interface WAGroupCreateResponse {