WordPoints / hooks-api

A basic API for hooking into user actions https://github.com/WordPoints/wordpoints/issues/321
GNU General Public License v2.0
0 stars 0 forks source link

Move legacy code out of points reactor #143

Closed JDGrimes closed 8 years ago

JDGrimes commented 8 years ago

In https://github.com/WordPoints/hooks-api/issues/99#issuecomment-219725980 and #142 we've come to see that it would be good to move the legacy handling out of the points reactor. This would have the benefit of allowing us to only engage the legacy code on legacy installs where it is actually needed.

The suggested way of doing this is by moving it into a child of the points reactor. This would allow us to only use that reactor for the reactions that were imported from the old points hooks (#23).