rocket-chat
rocket-chat copied to clipboard
Change in communication with RocketChat.
As I can read in the RocketChat documentation the URL for creating a message is /api/v1/chat.postMessage.
I've changed the endpoint in the code and added an additional $user_id parameter that is read from the user's config file.
The user_id is used for authentication to RocketChat.
I've documented the change in the README.md file.