-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: move afterOmnichannelSaveMessage hook to work with updater #32978
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32978 +/- ##
========================================
Coverage 55.00% 55.00%
========================================
Files 2596 2596
Lines 56006 56006
Branches 11589 11589
========================================
Hits 30804 30804
Misses 22559 22559
Partials 2643 2643 |
apps/meteor/app/livechat/server/hooks/afterSaveOmnichannelMessage.ts
Outdated
Show resolved
Hide resolved
aa7ca0d
to
8cb5a83
Compare
8cb5a83
to
adca51e
Compare
…Chat into improve/threadMetrics * 'improve/threadMetrics' of github.com:RocketChat/Rocket.Chat: chore: add updater on afterOmnichannelSaveMessage (save-last-visitor-message-timestamp) hook (#32977) chore: move afterOmnichannelSaveMessage hook to work with updater (#32978) feat: Upgrade `fuselage-toastbar` adding pause on hover (#32969)
This pull request addresses the requirements of OPI-12 by adding updater support to the
afterOmnichannelSaveMessage
hook - that aims to optimize performance by reducing database calls related to omnichannel rooms.