hubot-matrix
hubot-matrix copied to clipboard
Matrix adapter for hubot
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 12.1.0 to 19.7.0. Release notes Sourced from matrix-js-sdk's releases. v19.7.0 🔒 Security Fix for CVE-2022-39249 Fix for CVE-2022-39250 Fix for CVE-2022-39251 Fix for CVE-2022-39236 v19.6.0 ✨ Features...
Is ist possible to get the size of the room from which a message originated? I want to differentiate between a private chat with the hubot and chat room with...
Hey @davidar - thanks for adding me as a collaborator :) I've created [a draft release of v2.0.2](https://github.com/davidar/hubot-matrix/releases/tag/untagged-4b822347664de2ce854a) per docs at [managing releases in a repository](https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release). I didn't see the...
The access token should be retrieved beforehand rather than saving the password for the bot.
Maybe this is already easy to do... is it possible to send a message with robot.send() using markdown, html, or rich text of any kind?
When running `hubot -a matrix` I get `[Fri Sep 15 2017 12:04:15 GMT+0000 (UTC)] ERROR Cannot load adapter matrix - Error: Cannot find module 'babel-runtime/regenerator'` I solved it with adding...