hubot-matteruser
hubot-matteruser copied to clipboard
Hubot adapter for Mattermost using Web API and Websockets
Hello Team, I have deployed the Mattermost user with the docker step and on the docker logs, it is showing me the connection with hubot and mattermost is working. but...
Hello, I use hubot to connect mattermost. Finally, I can talk with hubot in one-by-one, I add bot to channel, but bot can't reply any message alought I send 'help'...
I use async function and await messageRoom.But I still can't correct my messages' order. Is there any way to solve this? ``` async function sendmultiple (robot, msg,msg2,msg3) { const roomID...
We've been observing issues with Hubot getting locked out of our Mattermost server (see xurizaemon/bolts#25). What happens *seems* to be this: - Hubot logs in as expected. - Something triggers...
Hi, It seems like the bot is missing some messages, meaning it responds to some but not all of them. Here are the logs: https://gist.github.com/Philmod/a476c778e777ec34c7270abac8fe4374 You can see that the...
With the new bot account from Mattermost, I converted my existing hubot user to a fully fledged bot account. Doing so partially broke it. Writing directly to the bot in...
Mattermost now allows plugins to create/be user accounts. e.g `remindbot` - https://github.com/scottleedavis/mattermost-plugin-remind Would be great if this was a plugin that could then be configured and automatically created said user...
at the moment it seems, as the bot joins all channels it can find and must be inviteds to new channels when they where created after the first login of...
When I send the trigger word from the channel I set in the outgoing webhook I get ERROR message Login Call Failed and Reconnecting in 5000ms. I cannot understand the...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.3. Release notes Sourced from jest's releases. v29.0.3 Features [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202) [expect] Expose ExpectationResult type...