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 `IRead.getUserReader().getByUsername()` returns **undefined** even though [the documentation](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/accessors_iuserread.iuserread.html#getbyusername) say **`Promise`**. _This causes the server to crash_ ![image](https://user-images.githubusercontent.com/55396651/119032781-334abb00-b9ca-11eb-92c3-a14b0cfc1300.png)

# What? :boat: Closes #393 1. Added: -`gulpfile.ts`, - npm type definitions for `gulp`, `gulp-bump` and `gulp-sourcemaps` - `gupfile.d.ts` for those modules which did not have type definitions found in...

This is getting kinda hard to manage... In the _rich messages_ we have added one type here as well, and this tends to keep growing. We should think of a...

In order to implement the bot adapters on the Apps platform, we will need a bot agent to receive and send the messages. Rocket.Chat Livechat functionalities depend on the agent...

When creating a message being triggered by a slash command, I found really frustrating having to set the room (and even the thread id) of that message, because I just...

Quotes in the messages come as attachments, but each message that is being quoted can contain attachment itself. In the following dump we see that quote as attachment has data...

Block should extend the block type to have div type too. which can either be flex or block type. Definition for div block will be in file apps-engine> src>definition>uikit>blocks>blocks.ts `export...

I see we already have a Select Input within Settings, however it only allows us to select one of the options. It would be great if we could add another...

We'll need a new method to [ILivechatRead](https://github.com/RocketChat/Rocket.Chat.Apps-engine/blob/16423f9380d138f79271d7ea00ad65ba0cd538fa/src/definition/accessors/ILivechatRead.ts#L5) to get a list of all departments available, so we can list these departments within UI Modal. This is similar to [this](https://developer.rocket.chat/api/rest-api/methods/livechat/department#example-call) REST...

Would it be possible for an app to register an icon on the upper right corner of the messaging interface just like the how the Jitsi setting does it? The...