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

To get around #70, I am now disabling and enabling the slash command based upon a setting instead of just disabling the entire App. However, when the App disables the...

:bug: bug

The idea is to replace this with event listener interfaces, similar to `IPreMessageSent` _Originally posted by @d-gubert in https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/145_

:hourglass_flowing_sand: in progress

We will need to list the external components in the configuration page of the App inside Rocket.Chat. That way an administrator can easily enable or disable what they want. We...

Hi, we are trying create an app that creates a room name dynamically via the usernames, but within the executePreRoomCreateModify we are not able to figure out the usernames. We...

We use single Rocket Chat instance to communicate with several user teams. Our main requirement is that users from different teams should not be able to create chats with each...

📖 more info needed

just a suggestion, change ```javascript if (Apps && Apps.isLoaded()) { Apps.getBridges().getListenerBridge().roomEvent('IPostRoomDeleted',room); } ``` to ```javascript Apps.roomEvent('IPostRoomDeleted',room); ```

its really nice if we get a button giphy for we select gifs without using command /giphy its make life more easier

@theorenck commented on [Thu Jun 07 2018](https://github.com/RocketChat/Rocket.Chat.Apps-ts-definition/issues/51) Based on a discussion with @thiagosanchz about what information we need to have in the app description page, we would like to suggest...

:new: enhancement

It would be cool to allow endless scrolling for ISlashCommandPreviewItem that fires a callback when the scroll moves to the end of the preview pane. Maybe include a "+" or...

:new: enhancement

I'm working on a few new apps that use ISlashCommandPreviewItem to display images. I noticed there is not a good way to set a height/width for the images being displayed....

:new: enhancement