When there are many virtual users (generated by chat), only the name of a first user is displayed.

Adding a test case for this.
This commit is contained in:
David Négrier 2021-10-18 14:34:47 +02:00
parent bbd6613558
commit f8b506144d
2 changed files with 10 additions and 9 deletions

View file

@ -40,6 +40,7 @@ WA.chat.onChatMessage((message => {
WA.room.onEnterZone('myTrigger', () => {
WA.chat.sendChatMessage("Don't step on my carpet!", 'Poly Parrot');
WA.chat.sendChatMessage("Yeah, don't step on her carpet!", 'Peter Parrot');
})
WA.room.onLeaveZone('popupZone', () => {

View file

@ -98,7 +98,7 @@
{
"fontfamily":"Sans Serif",
"pixelsize":11,
"text":"Test:\nWalk on top carpet\nResult:\nA message \"Don't step on my carpet\" is displayed",
"text":"Test:\nWalk on top carpet\nResult:\nA message \"Don't step on my carpet\" is displayed from Poly Parrot and another message from Peter Parrot",
"wrap":true
},
"type":"",