mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -06:00
Merge pull request #190 from w3nder/develop
fix: size of group participants
This commit is contained in:
commit
40174b50eb
@ -3319,7 +3319,7 @@ export class WAStartupService {
|
|||||||
subject: group.subject,
|
subject: group.subject,
|
||||||
subjectOwner: group.subjectOwner,
|
subjectOwner: group.subjectOwner,
|
||||||
subjectTime: group.subjectTime,
|
subjectTime: group.subjectTime,
|
||||||
size: group.size,
|
size: group.participants.length,
|
||||||
creation: group.creation,
|
creation: group.creation,
|
||||||
owner: group.owner,
|
owner: group.owner,
|
||||||
desc: group.desc,
|
desc: group.desc,
|
||||||
|
Loading…
Reference in New Issue
Block a user