diff --git a/src/LegacySocket/groups.ts b/src/LegacySocket/groups.ts index 67ceea2..1c5a6a3 100644 --- a/src/LegacySocket/groups.ts +++ b/src/LegacySocket/groups.ts @@ -58,7 +58,8 @@ const makeGroupsSocket = (config: LegacySocketConfig) => { id: jidNormalizedUser(p.id), admin: p.isSuperAdmin ? 'super-admin' : p.isAdmin ? 'admin' : undefined }) - ) + ), + ephemeralDuration: metadata.ephemeralDuration } return meta