Add lid to Contact - contact sync, history sync, group participants (#1472)
This commit is contained in:
@@ -4,7 +4,6 @@ export type GroupParticipant = Contact & {
|
||||
isAdmin?: boolean
|
||||
isSuperAdmin?: boolean
|
||||
admin?: 'admin' | 'superadmin' | null
|
||||
jid?: string | undefined
|
||||
}
|
||||
|
||||
export type ParticipantAction = 'add' | 'remove' | 'promote' | 'demote' | 'modify'
|
||||
|
||||
Reference in New Issue
Block a user