Douglas Gubert
Douglas Gubert
I'll be closing this PR as the latest Apps-Engine has those functions available globally. Thanks for contributing the idea :)
There doesn't seem to be many use cases for creating/updating user's preferences, and all those should require _the user to allow apps to act on it_. Maybe reading some preferences,...
I think this is a good idea. A good first step is to update Alsatian and run the tests - if they break, we can measure the effort of solving...
Hey @lolimay ! Could you edit the description to add some of the reasons for the migration (e.g. benefits of Jest vs Alsatian)? Thanks :D
The only feature that needs further discussion here is user creation; that's a rather sensitive subject for us because it could be easily abused, and we're not really sure how...
Unfortunately, it is not possible to add external dependencies to Rocket.Chat Apps right now. It is a problem we're aware and we're working on solving it, but it requires multiple...
It looks like this is related to the Permission System we have on our roadmap. We're still working out the details for the implementation of this, but it is in...
Hey folks! This is definitely a non-trivial bug - there was no _intentional_ change that would cause this behavior. We'll need further investigation to pinpoint what is happening.
Maybe some `message_editted` hooks? We could send the changelog for the message to the app (along with the message itself, of course)
> should a reaction trigger a `message_edited` hook? I do think they fit in the same event type. > I also wonder about Apps permission. A permission to listen for...