Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
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...
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_
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...
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...
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...
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....