[NEW] Add new app events for pin, react and follow message#25337
Merged
[NEW] Add new app events for pin, react and follow message#25337
Conversation
|
This pull request introduces 1 alert when merging 77b14f0 into 0f35cad - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 8ba15b4 into 219c79d - view on LGTM.com new alerts:
|
d-gubert
requested changes
May 16, 2022
|
This pull request introduces 1 alert when merging 8448a76 into 2d59aa9 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 7481f12 into 603ade2 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 1dc90ee into 1e8ad0b - view on LGTM.com new alerts:
|
d-gubert
approved these changes
May 22, 2022
gabriellsh
added a commit
that referenced
this pull request
May 23, 2022
…adMessagePreview * 'develop' of github.com:RocketChat/Rocket.Chat: (29 commits) [FIX] Pinned Message display cutting off information (#25535) Chore: Dependencies upgrade (#25290) Chore: bump fuselage (#25605) [NEW] Federation (Alpha Stabilization) (#25457) Chore: Convert to typescript some functions from app/lib/server/functions (#24519) [NEW] Add option to show mentions badge when show counter is disabled (#25329) [FIX] Fixing Network connectivity issues with SIP client. (#25391) [FIX] Ordered and unordered list styles, Line breaks. (#25494) Chore: Convert slashCommands to typescript (#25592) [NEW] Get user's preferred language via apps (#25514) [NEW] Star message, report and delete message events (#25383) [NEW] Add new events after user login, logout and change his status (#25234) [NEW] Add new app events for pin, react and follow message (#25337) Chore: Convert AutoTranslate (#25591) Chore: Migrate retention-policy to ts (#25582) Chore: Convert to typescript the slash commands help files (#24307) Chore: Convert Create Channel (#25589) Chore: Convert additionalForms (#25586) Chore: Rewrite autotranslate to ts (#25425) [NEW] Add user events for apps (#25165) ...
ggazzo
pushed a commit
that referenced
this pull request
May 24, 2022
* Add event on message reaction * Add new event for message follow and unfollow * Add new event for message pin and unpin * Change boolean props to avoid double negative * Change event to trigger after the action happens * Refactor post message reaction call * Update Apps-Engine
Merged
Merged
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.
Proposed changes (including videos or screenshots)
[NEW] Trigger new IPostMessageReacted, IPostMessagePinned and IPostMessageFollowed events.
Issue(s)
Steps to test or reproduce
Further comments
Rocket.chat.Apps-engine PR