/me command#142
Closed
captchadex wants to merge 2 commits intoRocketChat:masterfrom
captchadex:master
Closed
Conversation
Closed
Member
|
I think this is a great addition and will surely make it into production. But I believe we should wait until we have message hooks, which are on our roadmap. Then you'd be able to create all sorts of commands or decorators. Thank you very much for you support. |
Member
|
@marceloschmidt used @captchadex PR to implement in a generic packages structure. Please use the packages/rocketchat-me/ package for further development of the ME functionality. And feel free to create other packages :) |
Member
|
Thanks @captchadex ad @scottyallen for the inputs! |
Peym4n
pushed a commit
to redlink-gmbh/Rocket.Chat
that referenced
this pull request
Jan 17, 2018
* Provide proper error handling on failed login attempts * Prevent password reset for disabled users * Propagate information about being disabled to the user - fixes RocketChat#140
Peym4n
pushed a commit
to redlink-gmbh/Rocket.Chat
that referenced
this pull request
Apr 6, 2018
…to feature/RocketChat#142-ask-question-from-room
Peym4n
pushed a commit
to redlink-gmbh/Rocket.Chat
that referenced
this pull request
Apr 6, 2018
…b.com:assistify/Rocket.Chat into feature/RocketChat#142-ask-question-from-room
HappyTobi
pushed a commit
to HappyTobi/Rocket.Chat
that referenced
this pull request
Jul 10, 2018
Update package.json - fix for RocketChat#142
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This creates a /me command, IRC style. I'm pretty new to a project like this so please let me know if there is a better way of doing this!