mozilla / idea-town-addon

DEPRECATED: see idea-town repo
https://github.com/mozilla/idea-town/tree/master/addon
Mozilla Public License 2.0
2 stars 4 forks source link

Notify the front-end when the addon is uninstalled #25

Closed jaredhirsch closed 9 years ago

jaredhirsch commented 9 years ago

We currently send an addon-self:installed signal, but don't send a parallel signal when the addon is uninstalled.

This patch adds the uninstall signal.

We'll eventually have the addon tell the server, and the server tell the front-end, that the addon has been uninstalled, but this works for now, and makes the event API more symmetric, which is also nice.

@lmorchard @meandavejustice r?

meandavejustice commented 9 years ago

Thanks @6a68