NickWang
NickWang
> If I retrieve messages via fetchMessages and then call `client.fixMessageLid(msg)` for each message, I get the following exception: `Uncaught TypeError TypeError: msg.id.participant.endsWith is not a function` > > The...
I have pushed some new commits to this PR. 1. replace lid contacts with regular ones in Clients.getContacts() 2. modify model instead of origin whatsapp object in group participants lids....
I don't think it will be merged. I'll close it. > This PR any update?
是的,这个功能目前就是这个样子。如果需要在句子中间用,需要用 stringTemplate 发送: ```ts // suppose we have contacts: contact1, contact2 await room.say`hello and welcome ${contact1} ${contact2}` ```
不是 ```ts room.say(`hello from ${contact}`) ``` 是 ```ts room.say`hello from ${contact}` ``` 没有括号。
可以的
退群是 room.quit() ,你在你想退群的时候调用就行。
如果还需要的话,请升级到最新版本试试。
I have a fix for this and i'll open a PR later.