Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
I am trying to deploy local app to rocket chat in windows but getting the following path related issues, though the path is correct . Can someone help me on...
Since there is no way to add npm dependencies, it would be nice to let apps access Rocket.Chat's underscore in my opinion. Thoughts?
@marceloschmidt commented on [Sun Jul 29 2018](https://github.com/RocketChat/Rocket.Chat.Apps-ts-definition/issues/52) Add setting types such as roomPick, userPick, multiline text, roles picker.
# What? :boat: Adding a runtime that isolates app execution in a Deno subprocess # Why? :thinking: Since VM2 has been discontinued due to vulnerabilities, we need to replace it...
The getBlockBuilder method is deprecated, with which I can now build blocks and display it in a modal window
# What? :boat: Import url module in `OAuth2Client.js` # Why? :thinking: Fixes #714 # Links :earth_americas: # PS :eyes:
Server Version: 6.5.3 apps-engine: 1.41.0 Hi, I am getting the following in the Apps.clickup on the server side: ``` ReferenceError: URL is not defined 2024-01-25T15:55:45.852447688-05:00 at OAuth2Client. (/app/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/server/oauth2/OAuth2Client.js:79:25) 2024-01-25T15:55:45.852454831-05:00 at...
We are not able to fetch messages in a room. https://github.com/RocketChat/Rocket.Chat.Apps-engine/blob/c773461da5de3666a6d6b8a15e8e4d5e3ff3dd00/src/server/accessors/RoomRead.ts#L27 
PR to add tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: techstack.yml...
### Precondition * Don't enable any extra Room Action for the livechat (like canned response) ### Reproduce * Register a button to the Livechat Room action bar ```ts configurationExtend.ui.registerButton({ actionId:...