renamed user.id to user.jid

This commit is contained in:
Adhiraj
2020-08-28 20:22:35 +05:30
parent 890fb726f1
commit 828be7f240
8 changed files with 22 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ export class WAConnection extends Base {
const json: WANode = [
'group',
{
author: this.user.id,
author: this.user.jid,
id: tag,
type: type,
jid: jid,