gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Fixed retort to work with latest Discourse. #31

Closed schungx closed 6 years ago

schungx commented 6 years ago

Discourse's emoji picker got changed a while ago which broke this plugin. Those issues have now been fixed in the new Discourse versions.

This PR fixes a few prob with finding the correct emoji picker when the reply window is open.

EDIT: I've pushed through another commit that changes before_filter to before_action required for Rails 5.