Aaron Ogle
Aaron Ogle
Sending typing for sure... Delaying... I think that should be adapter.. or a separate method on sdk. Because sdk is js. Might not just be bots using it.
Conversation in #dev starts here: https://open.rocket.chat/channel/dev?msg=rdNWhBrb8AeD8F5QC But basically cloning the message inside the respond is a workaround
This PR is fantastic! Massive amount of work! I'll try to take an in depth view of the docker image tomorrow 😁
@nishimaki10 👍 perfect way to do it!
@twhiting can you give us an example of a query you're wanting to match, and then more specific what you want done with it? Then we can try and help...
This is psuedo / untested code... but try something like this: ``` module.exports = (robot) -> robot.hear /#([\d]+)/i, (msg) -> # Link to the associated bug issueId = msg.match[1] updatedMsg...
@twhiting absolutely can use javascript. I'm going to leave this open as i'd like to add a method to make this easier. :smile:
I'll take a closer look. But this looks like it easily does the job. I'm kind of thinking of at some point adding a proper nodejs script in the container...
I believe with the conversion to js this might be possible
This should be getting even easier to do with coming versions. Had a conversation with some of frontends. Example: ``` :root { --rcx-color-background-light: #525252; --rcx-color-background-tint: #656566; --rcx-color-stroke-extra-light: #3C3D3D; --rcx-color-stroke-light: #5E6061;...