Update 6.MessagesSend.ts (#408)

This commit is contained in:
Pedro Dias
2021-03-22 01:58:00 -03:00
committed by GitHub
parent e4bc0f6a61
commit 3b7c6e7aaa

View File

@@ -62,7 +62,7 @@ export class WAConnection extends Base {
await this.setQuery([
[
'group',
{ id: tag, jid, tyoe: 'prop', author: this.user.jid },
{ id: tag, jid, type: 'prop', author: this.user.jid },
[ [ 'ephemeral', { value: ephemeralExpiration.toString() }, null ] ]
]
], [WAMetric.group, WAFlag.other], tag)