mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
ephemeral tag is invalid. Valid tag is expiration (#1388)
This commit is contained in:
@@ -136,7 +136,7 @@ export const makeGroupsSocket = (config: SocketConfig) => {
|
|||||||
},
|
},
|
||||||
groupToggleEphemeral: async(jid: string, ephemeralExpiration: number) => {
|
groupToggleEphemeral: async(jid: string, ephemeralExpiration: number) => {
|
||||||
const content: BinaryNode = ephemeralExpiration ?
|
const content: BinaryNode = ephemeralExpiration ?
|
||||||
{ tag: 'ephemeral', attrs: { ephemeral: ephemeralExpiration.toString() } } :
|
{ tag: 'ephemeral', attrs: { expiration: ephemeralExpiration.toString() } } :
|
||||||
{ tag: 'not_ephemeral', attrs: { } }
|
{ tag: 'not_ephemeral', attrs: { } }
|
||||||
await groupQuery(jid, 'set', [content])
|
await groupQuery(jid, 'set', [content])
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user