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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32567 +/- ##
===========================================
- Coverage 56.62% 56.56% -0.06%
===========================================
Files 2486 2490 +4
Lines 54921 55024 +103
Branches 11364 11384 +20
===========================================
+ Hits 31097 31127 +30
- Misses 21151 21214 +63
- Partials 2673 2683 +10
Flags with carried forward coverage won't be shown. Click here to find out more. |
c60e34a to
f6aa938
Compare
9f47a27 to
4e9f04a
Compare
411d7b4 to
811543b
Compare

Proposed changes (including videos or screenshots)
Stop relying on MongoDB's Change Stream to notify clients of user changes.. All places that were updating a user record we're now manually sending the
diffof the changes to the clients.Here's a list of use cases covered by these changes:
Login token updates:
omnichannel use cases:
LivechatTyped.setUserStatusLivechatapps engine use cases
user updates:
user removal
Issue(s)
SCA-6
Steps to test or reproduce
Further comments