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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user