jkk / shinkgs

A JavaScript client for the KGS Go Server
https://shin.gokgs.com/
MIT License
267 stars 55 forks source link

Message sound doesn't play if it's your own message #252

Open bingland opened 3 years ago

bingland commented 3 years ago

Fixes Issue #155.

DIRECT_MESSAGE_RECEIVED sound will now only trigger when the sender matches the conversation user.

I think I wrote my code cleanly, but if anybody would like me to modify my code by putting everything into one huge if statement or something else like that, then let me know.