gdpelican / retort

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

Update the initializer to be compatible with the new Plugin API #5

Closed cpradio closed 8 years ago

cpradio commented 8 years ago

Pass the retorts of a post via the PostSerializer Update the new plugin API process to output the retorts on the post it is associated with. Clean up the PostSerializer by using object to refer to the current post and serializing the data. Fixes #4