qq99 / echoplexus

Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Other
392 stars 54 forks source link

Activity notification will sometimes light up for your own messages #174

Closed qq99 closed 10 years ago

qq99 commented 11 years ago

If I send a message, tab away, then finally receive confirmation of the message, the favicon is green (as if there was something I didn't know about). It's just advertising receipt of my own message which finally made the round trip back to my computer. This isn't very useful so we should suppress this activity notification if we're receiving our own messages.

qq99 commented 10 years ago

This will probably be fixed on the branch local-render, in which we won't check to notify for our own messages

qq99 commented 10 years ago

Fixed with local-render now merged into pgp