gnello / php-mattermost-driver

The PHP Driver to interact with the Mattermost Web Service API.
Apache License 2.0
79 stars 27 forks source link

Add ability to save a new reaction #17

Closed BrunoSpy closed 6 years ago

BrunoSpy commented 6 years ago

Despite lack of documentation, Mattermost API offers the possibility to save a reaction to a Post : https://github.com/mattermost/mattermost-server/blob/master/api4/reaction.go

gnello commented 6 years ago

Awesome! Thanks for the fix and the addition!