bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

play sound when a chat is directed at a user and oochat is not focused #25

Closed bkad closed 12 years ago

bkad commented 12 years ago

A chat is considered to be directed towards a person when a message includes @username where username is the everything before the @ in the user's email address.

bkad commented 12 years ago

this fucks up when alice@foo.com and alice@bar.com are logged into the same channel, but that's going to pretty rare for our use case.

bkad commented 12 years ago

use:

document.hasFocus() && !document.webkitHidden
bkad commented 12 years ago

5a4a4ebd45177db40a856e5ed826ce0cfe52b451