vahidhedayati / grails-wschat-plugin

Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application
http://grails.org/plugin/wschat
Apache License 2.0
22 stars 10 forks source link

private message prolem #23

Closed charleslin1022 closed 8 years ago

charleslin1022 commented 8 years ago

Hi, in version 1.31, I find a problem in private message. My username is "user01", and I send private message "hey" to username "admin", the result in "user01" should be "user01:hey", but the screenshot is pm1 31

In the previous version 1.26, the result is correct as below pm1 26

How can I solve this problem?

vahidhedayati commented 8 years ago

Thank you Please try 1.31-SNAPSHOT1

charleslin1022 commented 8 years ago

I try it, and it's ok, thanks.