Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
Apps may need to read its own localization resource in order to provide the multi-language feature. There're some use cases the apps may need that feature: * Sending messages with...
default permissions should contains `AppPermissions.ui.registerButtons` so the old apps won't need to change the way they defines the permissions
I would like to integrate with Facebook Messenger and WhatsApp using Buttons. How can I achieve this. The current situation it can send text only
Different apps can register the same lifecycle hooks. In most cases, the order of execution does not matter, but sometimes it causes unpredictable results. For example: If we have 2...
# What? :boat: - New method decorator which sets the priority of the event # Why? :thinking: - So app developers can determine the priority of their listeners (mostly useful...
From my experience developing apps with UIKit, it is too complicated to build a UIKit component. An idea just came up to my mind is that we may use JSX...
Apps may need to read their own files. It allows the apps to have more assets and abilities. Some possible use cases: * Storing text asset files * Storing image/video...
We're not having the possibility to query multiple rooms / users in Rocket.Chat yet. I see you are worry about the performance issues but we can solve that by requiring...
Similar to this feature https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/410 - just instead of a room, the apps-engine should allow us to delete a message by message ID
We are using a production design that uses more than one host which multiple instances per host. When deploying a Rocket.Chat App, we expect that the Rocket.Chat Apps data includes...