flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

Deliver push notifications from server. #411

Open flackr opened 7 years ago

flackr commented 7 years ago

Currently push notifications are delivered from the host - however this requires that the host have a valid gcm api key for sending them. If the messages are sent through the server it can have a private api key to avoid this key being fetched and abused.