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

The app can enable or disable the scheduled jobs by using [disable](https://github.com/agenda/agenda#disablemongodb-native-query) and [enable](https://github.com/agenda/agenda#enablemongodb-native-query) defined in the [agenda](https://github.com/agenda/agenda) used by rocket chat

Currently Rocket Chat App engine provides method to register processors and scheduling the processors using the scheduleOnce method or scheduleRecurring method . We can cancel these jobs but cannot modify...

## What? When I am trying to read a value from IUIKitViewSubmitIncomingInteraction.IUIKitSurface.state: 1) if the value of say a input box is unchanged (it uses initialValue) then I get undefined...

When quoting messages and sending the slash command, this one is not triggered and just a normal message is sent. This could be a useful case for Slash commands since...

## Use case When an app is extending any message using [IPreMessageSentExtend](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/messages_ipremessagesentextend.ipremessagesentextend.html) then if an actionId is provided custom tasks can be made to be performed by the app.

When I use the Android App, "Chats" always show "Waiting for network..." for long time, unless "Settings / Clear local server cache" , the App show "updating..." for seconds, then...

Does **msg_in_chat_window** must hide interface object or **msg** for click action? For example i try to hide message for button: ``` "attachments": [ { "actions": [ { "type": "button", "text":...

I used ROCKETCHAT_APPS_ENGINE_RUNTIME to switch back to node runtime but all the apps were failed. Logs: ``` Error while compiling the App "Configuration Server (1ddc4f9e-ef01-4458-9318-a10d3d098ce0)": 2023-02-16T12:40:54.388866710Z /app/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/server/compiler/modules/index.js:47 2023-02-16T12:40:54.388905811Z const requiredModule...

When `console.log` the error object, it results in Proxy in the chrome dev tool. And also there are this warning appears in the console: ``` (node:17) MaxListenersExceededWarning: Possible EventEmitter memory...

In our dip-application we're using `setTimeout()` and catching errors like this (pay attention to the top line): ![setTimeout](https://user-images.githubusercontent.com/77800075/216042726-6c9ff7dc-61e5-4195-862a-a1b00b272953.png) As we understand, timers support was added earlier in the apps-engine (around...