Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
# What? :boat: Implements a new method to open and other to update the modal or the contextual bar to replace the individual ones. # Why? :thinking: # Links :earth_americas:...
# What? :boat: # Why? :thinking: if we either use `cancelJob` or `cancelAllJobs` method of `ISchedulerModify`, the operation runs asynchronously due to which there is no way for apps to...
# What? :boat: When calling the method `modify.getUpdater().message(messageId, user)`, the `user` property wasn't being used. # Why? :thinking: As the property is needed when updating a message, [the server throws...
# What? :boat: Adjustments needed at the main repo for the migration to service architecture. # Why? :thinking: _This is part of the initiative to make the apps engine work...
# What? :boat: Add runtime provider management and support VM2 # Why? :thinking: TBD # Links :earth_americas: # PS :eyes:
# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes: rc pr: https://github.com/RocketChat/Rocket.Chat/pull/26674
# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes: rocket pr: https://github.com/RocketChat/Rocket.Chat/pull/26317 example app: https://gist.github.com/debdutdeb/4fcb5fa6e4082f361aa9022572f9c107
Currently the logs are only visible in the App itself. As far as i can see there is no way to send logs to stdout or write them on disk....
# What? :boat: Create Room Interface Adjustment # Why? :thinking: to open a room without an agent today it is necessary to perform an override, with this change it is...
# What? :boat: This pull request contains an implementation of the bridge to the ITimers interface. # Why? :thinking: The ITimers interface is very useful to implement custom protocols, circuit...