Merge pull request #190 from w3nder/develop

fix: size of group participants
This commit is contained in:
Davidson Gomes 2023-11-05 19:43:45 -03:00 committed by GitHub
commit 40174b50eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3319,7 +3319,7 @@ export class WAStartupService {
subject: group.subject,
subjectOwner: group.subjectOwner,
subjectTime: group.subjectTime,
size: group.size,
size: group.participants.length,
creation: group.creation,
owner: group.owner,
desc: group.desc,