timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Inbound messages should not send push notification if currently in view #55

Closed timwis closed 8 years ago

timwis commented 8 years ago

(pseudocode) if current_route == inbound.from && window.inFocus then don't send push notification (or unread indicator, really)

Dependent on yoshuawuyts/choo#241

timwis commented 8 years ago

It seems like just testing document.hasFocus() is enough -- the unread indicators on the left should hopefully suffice while the page is in focus. Only testing will tell.