chore: Migrate notifyUsersOnMessage to TypeScript - #31877
Merged
kodiakhq[bot] merged 22 commits intoMar 7, 2024
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31877 +/- ##
===========================================
- Coverage 54.55% 54.55% -0.01%
===========================================
Files 2290 2286 -4
Lines 50315 50266 -49
Branches 10271 10264 -7
===========================================
- Hits 27450 27422 -28
+ Misses 20372 20357 -15
+ Partials 2493 2487 -6
Flags with carried forward coverage won't be shown. Click here to find out more. |
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
Gustrb
reviewed
Mar 4, 2024
…h existing interfaces
…ssage as IEditedMessage
Contributor
|
looks good to me🤓 |
Gustrb
previously approved these changes
Mar 5, 2024
ricardogarim
force-pushed
the
refactor/migrate-notifyUsersOnMessage-to-typescript
branch
from
March 6, 2024 17:19
805af34 to
ebae2c9
Compare
sampaiodiego
approved these changes
Mar 7, 2024
kodiakhq
Bot
deleted the
refactor/migrate-notifyUsersOnMessage-to-typescript
branch
March 7, 2024 22:12
gabriellsh
added a commit
that referenced
this pull request
Mar 12, 2024
…modalRegions * 'develop' of github.com:RocketChat/Rocket.Chat: (77 commits) fix: CRM integration mismatch on callback type (#31880) test: make outgoing integrations fully independent (#31656) fix: setDepartment not persisting on chat closed (#31792) fix: Trigger app event after inquiry is created (#31909) regression: Favorite action announcement (#31940) regression: Prevents `ImageGallery` to restore focus on message (#31869) i18n: Add missing swedish translation for "Create direct message" key (#31945) feat(message-parser): add timestamps pattern (#31810) fix: convert network broker stopped lifecycle method to async (#31927) regression: undefined guest causing issues (#31932) refactor: use uiContexts on livechat (#31919) fix: Validate rooms are not taken before processing by queue (#31896) fix: livechat sdk reconnect not resubscribing (#31941) fix: Quote attachments are not deleted on message update (#31660) Revert "regression: Favorite action announcement" (#31935) chore: improve room `LeaderBar` behavior with date bubble (#31933) regression: Favorite action announcement (#31934) chore: Migrate notifyUsersOnMessage to TypeScript (#31877) fix: Mentions stop working when mentioned user changes username (#31860) regression: `RoomBody` unread and new messages behavior (#31929) ...
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)
Migrates
notifyUsersOnMessagefile from JavaScript to TypeScript and rename the callback namedbeforeGetMentionstobeforeGetTeamMentionsto make it aligned with function's actions.