FriendsOfFlarum / reactions

❤ A Flarum extension that adds reactions to your Flarum Community!
MIT License
19 stars 11 forks source link

Add the `PostReaction` object to events #62

Closed iPurpl3x closed 1 year ago

iPurpl3x commented 1 year ago

Changes proposed in this pull request: To make it possible to know when the reaction has happened, when listening to events, one needs to have access to the PostReaction object. This was added easily and shouldn't have any negative side effects.

Confirmed