Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

The Rocket.Chat Apps engine and definitions.

Results 169 Rocket.Chat.Apps-engine issues
Sort by recently updated
recently updated
newest added

# What? :boat: Makes the developer's life a bit easier, not forcing to test the context type every time nor force data assertion # Why? :thinking: # Links :earth_americas: #...

# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes: Related to https://github.com/RocketChat/Rocket.Chat/pull/27024

# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes:

Hi, I'm creating a bot and I've realise that reactions field behavior is bit problematic. Reactions field, as have been implemented, become a message object property when someone react and...

Hi, I'm creating a bot and noticed that the editedBy field doesn't contain a name property like MessageObject.u usually does. In addition to satisfy developer expectation and provide information clearly,...

When deploy/updating apps by Rocket.Chat/Apps-CLI, the console shows the error `write after end` without any logs from server side. ![image](https://user-images.githubusercontent.com/29362551/209497298-40bd78eb-efd0-48d6-9504-a256ede99cb6.png) **Additional information**: * RC: 5.4.1 * rc-cli: rocket.chat/apps-cli/1.10.1 wsl-x64 node-v14.21.1...

Hello. We are faced with the problem of excessive event logging in Apps engine applications. The fact is that logging of some methods, namely: checkPreMessageSentPrevent executePreMessageSentPrevent executePostMessageSent ...defies any control...

App didnt apply to have multiline string via ISetting Expecting TextArea input, getting single line input ### Branch [icyavocado/Rocket.Chat.OpenAI.Completions.App/tree/issue-multiline-string-not-working](https://github.com/icyavocado/Rocket.Chat.OpenAI.Completions.App/tree/issue-multiline-string-not-working) ### Example code ```ts { id: AppSetting.OpenAI_HELP, public: true, type: SettingType.STRING,...

This closes https://github.com/RocketChat/Rocket.Chat.Apps-engine/issues/238 The fix/hack I've added is to append a PASSWORD attribute to the SettingType enum and used it in the provideSetting configuration.

When I am trying to deploy my app using ``` rc-apps deploy``` , I get the following error: ``` > node_modules/fetch-blob/from.js:83:2: error: Transforming async generator functions to the configured target...